* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

:root {
    --text-color: #6d7270;
    --title-color: #090f0d;
    --text-font: "Instrument Sans", sans-serif;
    --title-font: "Be Vietnam Pro", sans-serif;
    /* --theme-color:#FA6019; */
}

body {
    font-size: 16px;
    color: var(--text-color);
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: var(--text-font);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0 15px
    }
}

.large-container {
    max-width: 1550px;
    padding: 0 15px;
    margin: 0 auto
}

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px
}

a {
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    outline: none
}

button,
input,
select,
textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    background: transparent
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all .5s ease
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all .5s ease
}

p {
    font-family: var(--text-font);
    color: #827e7d;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    margin: 0;
    transition: all .5s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: var(--theme-color);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s linear infinite;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px;
    width: 150px
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .3)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, .1)
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

@keyframes letters-loading {
    0%,
    75%,
    to {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width:500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px
    }
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all
}

.theme-btn,
img {
    display: inline-block
}

.theme-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    text-align: center;
    padding: 15px 33px;
    border-radius: 40px;
    text-transform: uppercase;
    z-index: 1;
    transition: all .5s ease
}

.theme-btn.btn-one {
    color: #fff;
    background: var(--theme-color)
}

.theme-btn.btn-one:hover {
    background: #132720;
    color: #fff
}

.theme-btn:before {
    position: absolute;
    content: "";
    background: #132720;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    z-index: -1;
    transition: all .5s ease
}

.theme-btn:hover:before {
    transform: scale(1)
}

.theme-btn span {
    position: relative;
    padding-left: 28px
}

.theme-btn span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 22px;
    left: 0;
    top: -3px;
    font-weight: 400
}

.theme-btn.btn-two {
    color: var(--title-color);
    border: 2px solid var(--theme-color);
    padding-top: 13px;
    padding-bottom: 13px
}

.theme-btn.btn-two:hover {
    color: #fff
}

.theme-btn.btn-two:before,
.theme-btn.btn-two:hover {
    background: var(--theme-color)
}

.row {
    --bs-gutter-x: 30px
}

.pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.pagination li:last-child {
    margin: 0 !important
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    width: 60px;
    line-height: 40px;
    border: 1px solid #dbe5e2;
    font-family: var(--title-font);
    text-align: center;
    color: #6d7270;
    border-radius: 40px;
    z-index: 1;
    transition: all .5s ease
}

.pagination li a.current,
.pagination li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.pagination li a i {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    top: 3px
}

.pagination li:first-child a,
.pagination li:last-child a {
    background: #e2edea;
    border-color: #e2edea
}

.sec-pad {
    padding: 113px 0 120px
}

.mr-0 {
    margin: 0 !important
}

.scroll-top {
    width: 54px;
    height: 64px;
    line-height: 70px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    font-size: 30px;
    z-index: 99;
    color: #fff !important;
    background: var(--theme-color);
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    transition: 1s ease;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1) !important
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 48px
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 32px;
    margin-bottom: 12px
}

.sec-title h6:before {
    position: absolute;
    content: "\f131";
    font-family: flaticon;
    font-size: 24px;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-weight: 400
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 64px
}

.sec-title.light h2,
.sec-title.light h6 {
    color: #fff
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important
}

.main-header {
    position: relative;
    right: 0;
    z-index: 999
}

.main-header,
.sticky-header {
    left: 0;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -op-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: .5s;
    animation-duration: .5s;
    -op-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.header-top .outer-container {
    position: relative;
    width: 100%;
    padding: 8px 80px;
    border-bottom: 1px solid #dbe5e2
}

.header-top .top-inner {
    justify-content: space-between
}

.header-top .left-column,
.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center
}

.header-top .left-column .login-box {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-right: 60px
}

.header-top .left-column .login-box:before {
    position: absolute;
    content: "";
    background: #dbe5e2;
    width: 1px;
    height: 36px;
    top: 7px;
    right: -30px
}

.header-top .left-column .login-box .icon-box {
    position: absolute;
    left: 0;
    top: 7px
}

.header-top .left-column .login-box h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.header-top .left-column .login-box h5 a {
    display: inline-block;
    color: var(--title-color)
}

.header-top .left-column .login-box h5 a:hover {
    color: var(--theme-color)
}

.header-top .left-column .login-box h5 span {
    color: #a5b2af
}

.header-top .left-column .login-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.header-top .left-column .login-box h6 a {
    display: inline-block;
    color: var(--title-color)
}

.header-top .left-column .login-box h6 a:hover {
    color: var(--theme-color)
}

.header-top .text-box {
    position: relative;
    display: block;
    padding-left: 38px
}

.header-top .text-box .icon-box {
    position: absolute;
    left: 0;
    top: 2px
}

.header-top .text-box h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.header-top .text-box h6 span {
    font-weight: 600
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center
}

.header-top .right-column .search-box {
    position: relative;
    width: 100px;
    margin-right: 60px
}

.header-top .right-column .search-box .form-group {
    position: relative;
    margin: 0
}

.header-top .right-column .search-box .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    font-family: var(--title-font);
    color: #a5b2af;
    font-weight: 600;
    padding-right: 25px
}

.header-top .right-column .search-box .form-group button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: var(--title-color);
    cursor: pointer;
    transition: all .5s ease
}

.header-top .right-column .search-box .form-group button:hover,
.header-top .right-column .search-box .form-group input:focus+button {
    color: var(--theme-color)
}

.header-top .right-column .search-box:before {
    position: absolute;
    content: "";
    background: #dbe5e2;
    width: 1px;
    height: 36px;
    top: -5px;
    right: -30px
}

.header-top .right-column .mail-box {
    position: relative;
    padding-left: 46px
}

.header-top .right-column .mail-box .icon-box {
    position: absolute;
    left: 0;
    top: 7px
}

.header-top .right-column .mail-box h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.header-top .right-column .mail-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.header-top .right-column .mail-box h6 a {
    position: relative;
    display: inline-block;
    color: var(--title-color)
}

.header-top .right-column .mail-box h6 a:hover {
    color: var(--theme-color)
}

.main-header .header-lower {
    position: relative
}

.main-header .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px
}

.main-header .outer-box .logo-box {
    padding: 18px 0
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center
}

.main-header .menu-right-content .link-box {
    position: relative;
    padding-left: 70px
}

.main-header .menu-right-content .link-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 40px;
    line-height: 44px;
    background: #132720;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    color: #fff
}

.main-header .menu-right-content .link-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.main-header .menu-right-content .link-box h6 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
    padding-right: 26px
}

.main-header .menu-right-content .link-box h6 a:hover {
    color: var(--theme-color)
}

.main-header .menu-right-content .link-box h6 a i {
    position: absolute;
    right: 0;
    bottom: -3px;
    color: var(--theme-color);
    font-size: 20px
}

.main-menu {
    float: left
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    margin: 0
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    margin: 0 21px;
    transition: all .3s ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0 !important
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 25px 0;
    font-weight: 600;
    font-family: var(--title-font);
    opacity: 1;
    color: var(--title-color);
    z-index: 1;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 25px
}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 20px;
    top: 27px;
    right: 0;
    color: var(--theme-color);
    font-weight: 400
}

.main-menu .navigation>li>.megamenu,
.main-menu .navigation>li>ul {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 240px;
    margin-top: 20px;
    z-index: 100;
    background: #fff;
    display: none;
    opacity: 0;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    visibility: hidden;
    border-radius: 8px;
    border-top: 5px solid var(--theme-color);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>.megamenu:before,
.main-menu .navigation>li>ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    top: -10px;
    background: transparent
}

.main-menu .navigation>li>.megamenu {
    background: #212226
}

.main-menu .navigation>li>.megamenu a {
    display: inline-block !important
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.main-menu .navigation>li>.megamenu li>a,
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--text-font);
    color: #6d7270;
    text-align: left;
    padding: 14px 0;
    text-transform: capitalize;
    transition: all .5s ease;
    border-bottom: 1px solid #dbe5e2;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: "^";
    left: 0;
    color: var(--theme-color);
    font-size: 30px;
    top: 22px;
    opacity: 0;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0;
    padding-right: 0
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff
}

.main-menu .navigation>li>.megamenu li>a:hover,
.main-menu .navigation>li>ul>li>a:hover {
    color: var(--theme-color);
    padding-left: 20px
}

.main-menu .navigation>li>.megamenu li:last-child>a,
.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: Font Awesome\ 6 Free;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    color: #b9b7b6;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 15px;
    margin-left: 10px;
    width: 240px;
    z-index: 100;
    display: none;
    border-radius: 8px;
    padding: 10px 0;
    border-top: 5px solid var(--theme-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 0 0 30px
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--text-font);
    color: #6d7270;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid #dbe5e2;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color);
    padding-left: 20px
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: "^";
    left: 0;
    color: var(--theme-color);
    font-size: 30px;
    top: 22px;
    opacity: 0;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>.megamenu,
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 0
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all .5s ease
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #1c1c1c;
    transition: all .3s ease
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0
}

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all .9s ease
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    padding: 50px 25px 100px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .9s ease;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #0a0807;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateX(100%);
    transition: all .9s ease !important
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all .7s ease;
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: rotate(1turn)
}

.mobile-menu .close-btn:hover {
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 30px 0
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    transition: all .5s ease
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color)
}

div#mCSB_1_container {
    top: 0 !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 3px
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, .8)
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0
}

.main-header .outer-box,
.nice-select {
    position: relative
}

.nice-select {
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d4c0cd;
    padding: 0 21px 0 0;
    height: auto;
    line-height: 28px
}

.special-text {
    font-family: Carattere, cursive
}

.banner-section {
    position: relative;
    background: #e2edea
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% + 350px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.banner-carousel .slide-item {
    position: relative
}

.banner-section .content-box {
    padding: 173px 0 180px
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: scale(1);
    transition: all 8s linear
}

.banner-carousel .content-box {
    position: relative;
    width: 100%;
    z-index: 5
}

.banner-carousel .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 30px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 1s ease
}

.banner-carousel .content-box h6:before {
    position: absolute;
    content: "";
    background: url(/assets/images/icons/icon-4.png);
    width: 20px;
    height: 12px;
    left: 0;
    top: 7px;
    background-repeat: no-repeat
}

.banner-carousel .swiper-slide-active .content-box h6 {
    opacity: 1;
    transition-delay: .7s;
    transform: translateY(0)
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 82px;
    color: #fff;
    margin-bottom: 35px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s ease
}

.banner-carousel .swiper-slide-active .content-box h2 {
    opacity: 1;
    transition-delay: .7s;
    transform: translateY(0)
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s ease
}

.banner-carousel .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    transition-delay: 1.3s;
    transform: translateY(0)
}

.banner-carousel .content-box .btn-box .theme-btn:hover {
    background: #fff;
    color: var(--title-color)
}

.banner-carousel .content-box .btn-box .theme-btn:hover:before {
    background: #fff
}

.banner-section .image-box {
    position: relative;
    display: block;
    margin-left: 35px
}

.banner-section .image-box .image {
    position: relative;
    display: block;
    border-radius: 0 0 10px 10px
}

.banner-section .image-box .image img {
    width: 100%;
    border-radius: 0 0 10px 10px
}

.banner-section .image-box .text-box {
    position: absolute;
    left: -135px;
    bottom: 60px;
    max-width: 470px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 29px 40px 28px 35px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s ease
}

.banner-section .swiper-slide-active .image-box .text-box {
    opacity: 1;
    transition-delay: 1.3s;
    transform: translateY(0)
}

.banner-carousel .curve-text {
    position: absolute;
    top: 130px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: var(--theme-color);
    border-radius: 50%
}

.banner-carousel .curve-text .curved-circle {
    position: absolute;
    left: -56px;
    top: -56px;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.owl-carousel .owl-nav span {
    font-family: flaticon
}

.banner-section .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 72px;
    height: 206px;
    margin-top: -103px;
    z-index: 1
}

.banner-section .banner-carousel .owl-nav button {
    position: relative;
    display: block;
    font-size: 32px;
    color: var(--title-color);
    cursor: pointer;
    margin: 0;
    transition: all .5s ease
}

.banner-section .banner-carousel .owl-nav button:hover {
    color: var(--theme-color)
}

.banner-section .banner-carousel .owl-nav button.owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(90deg)
}

.banner-section .banner-carousel .owl-nav button.owl-prev {
    padding-top: 50px;
    margin-bottom: 42px
}

.banner-section .banner-carousel .owl-nav button.owl-prev:before {
    position: absolute;
    content: "prev";
    font-family: var(--title-font);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(90deg);
    left: -3px;
    top: 0
}

.theme_carousel .owl-nav span {
    font-family: flaticon
}

.banner-section .banner-carousel .owl-nav button.owl-next span {
    position: relative;
    display: inline-block;
    transform: rotate(90deg)
}

.banner-section .banner-carousel .owl-nav button.owl-next {
    padding-bottom: 44px
}

.banner-section .banner-carousel .owl-nav button.owl-next:before {
    position: absolute;
    content: "next";
    font-family: var(--title-font);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(90deg);
    left: -3px;
    bottom: 0
}

.banner-section .banner-carousel .owl-dots {
    position: absolute;
    right: 80px;
    bottom: 60px;
    counter-reset: slides-num;
    min-height: 30px;
    min-width: 51px
}

.banner-section .banner-carousel .owl-dots:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 16px;
    color: #a5b2af;
    font-weight: 600;
    font-family: var(--title-font)
}

.banner-section .banner-carousel .owl-dots:before {
    position: absolute;
    content: "";
    right: 28px;
    top: 18px;
    width: 5px;
    height: 2px;
    background: #a5b2af
}

.banner-section .banner-carousel .owl-dots button span {
    display: none !important
}

.banner-section .banner-carousel .owl-dots .swiper-pagination-bullet {
    position: absolute;
    top: -20px;
    left: -10px;
    counter-increment: slides-num;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: 2px;
    background-color: transparent
}

.banner-section .banner-carousel .owl-dots .swiper-pagination-bullet-active:before {
    position: absolute;
    content: counter(slides-num)
}

.banner-section .banner-carousel .owl-dots .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "0";
    top: 0;
    right: 0
}

.service-section {
    position: relative;
    padding: 113px 0 90px
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 32px 39px 39px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.service-block-one .inner-box:hover {
    transform: translateY(-30px);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.service-block-one .inner-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #a5b2af;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dbe5e2
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.service-block-one .inner-box h3 a:hover {
    color: var(--theme-color)
}

.service-block-one .inner-box p {
    display: block;
    margin-bottom: 33px
}

.service-block-one .inner-box .image-box {
    position: relative
}

.service-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px
}

.service-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 8px
}

.service-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: "";
    background: #132720;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease
}

.service-block-one .inner-box:hover .image-box .image:before {
    opacity: .9
}

.service-block-one .inner-box .image-box .btn-box {
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 2;
    width: calc(100% - 80px);
    transition: all .5s ease
}

.service-block-one .inner-box:hover .image-box .btn-box {
    left: 40px
}

.service-block-one .inner-box .image-box .btn-box .theme-btn {
    background: #fff;
    color: var(--title-color);
    padding-left: 0;
    border-radius: 0 40px 40px 0
}

.service-block-one .inner-box:hover .image-box .btn-box .theme-btn {
    border-radius: 40px;
    padding-left: 33px;
    width: 100%
}

.service-block-one .inner-box .image-box .btn-box .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.service-block-one .inner-box .image-box .btn-box .theme-btn:before {
    background: var(--theme-color)
}

.service-section .image-inner img {
    position: relative;
    max-width: none;
    float: right
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 42px 40px 41px 39px;
    overflow: hidden
}

.service-block-two .inner-box,
.service-block-two .inner-box .bg-layer {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.service-block-two .inner-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.service-block-two .inner-box .bg-layer:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-45deg, #132720, #187c59 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .65
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px
}

.service-block-two .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 20px
}

.service-block-two .inner-box p {
    color: #fff;
    margin-bottom: 20px
}

.service-block-two .inner-box .theme-btn {
    background: #fff;
    color: var(--title-color)
}

.service-block-two .inner-box .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.service-block-two .inner-box .theme-btn:before {
    background: var(--theme-color)
}

.bg-color-1 {
    background-color: #e2edea
}

.funfact-section {
    position: relative
}

.funfact-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    background: #fff
}

.funfact-section .sec-title {
    margin-bottom: 0;
    padding: 43px 30px 48px 49px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    background: #fff
}

.funfact-section .inner-container {
    position: relative;
    margin: 0 15px
}

.funfact-section .single-column {
    padding: 0
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 39px 30px 33px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    background: #fff
}

.funfact-section .inner-container .funfact-block-one .inner-box {
    border-left: none
}

.funfact-section .inner-container .single-column:nth-child(4) .funfact-block-one .inner-box {
    border-left: 1px solid #dbe5e2;
    border-top: none
}

.funfact-section .inner-container .single-column:nth-child(5) .funfact-block-one .inner-box {
    border-top: none
}

.funfact-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 21px
}

.funfact-block-one .inner-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 16px;
    margin-bottom: 19px;
    border-bottom: 1px solid #dbe5e2
}

.funfact-block-one .inner-box h2 span {
    font-weight: 200
}

.funfact-block-one .inner-box p {
    line-height: 24px
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.tabs-box .tab.active-tab {
    display: block
}

.tabs-box .tab {
    transform: scale(.9) translateY(0)
}

.chart-one.tabs-box .tab,
.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0)
}

.chart-one.tabs-box .tab {
    opacity: 0
}

.chart-one.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0);
    opacity: 1
}

.chart-one {
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(-45deg, #132720, #187c59 100%);
    border-radius: 10px;
    overflow: hidden;
    max-width: 585px
}

.chart-one h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-top: 30px;
    padding-left: 40px
}

.chart-one .content-box,
.chart-one h5 {
    position: relative;
    display: block
}

.chart-one .content-box .graph-image {
    position: absolute;
    left: 0;
    bottom: 0
}

.chart-one .content-box .graph-image img {
    width: 100%
}

.chart-one .tab-btn-box {
    position: absolute;
    left: 40px;
    bottom: 33px
}

.chart-one .content-box .text-box {
    position: relative;
    display: block;
    text-align: right;
    padding: 74px 40px 33px 0
}

.chart-one .tab-btn-box .tab-btns {
    position: relative;
    display: flex;
    z-index: 2
}

.chart-one .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #a5b2af;
    cursor: pointer;
    transition: all .5s ease;
    margin-right: 22px
}

.chart-one .tab-btn-box .tab-btns li:last-child {
    margin-right: 0 !important
}

.chart-one .tab-btn-box .tab-btns li.active-btn {
    color: #fff
}

.chart-one .tab-btn-box .tab-btns li:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: -10px;
    transform: scale(0);
    transition: all .5s ease
}

.chart-one .tab-btn-box .tab-btns li.active-btn:before {
    transform: scale(1)
}

.chart-one .content-box .text-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 3px
}

.chart-one .content-box .text-box p {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 18px
}

.chart-one .content-box .text-box p i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: var(--theme-color)
}

.about-section {
    position: relative;
    padding: 120px 0
}

.about-section .image-box {
    position: relative;
    display: block;
    padding-right: 46px
}

.about-section .image-box .image {
    position: relative;
    border-radius: 10px
}

.about-section .image-box .image img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.about-section .image-box .image-2 {
    position: absolute;
    top: 175px;
    right: -14px;
    overflow: hidden
}

.about-section .image-box .image-2:hover img {
    transform: scale(1.02)
}

.about-section .content-box {
    position: relative;
    display: block;
    margin-left: 100px
}

.about-section .content-box .sec-title {
    margin-bottom: 41px
}

.about-section .content-box .text-box {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.about-section .content-box .inner-box {
    position: relative;
    display: block;
    border: 1px solid #c2d2cd;
    border-radius: 10px;
    padding: 27px 30px 32px 35px;
    margin-bottom: 40px
}

.about-section .content-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px
}

.about-section .content-box .inner-box p {
    margin-bottom: 22px
}

.list-style-one,
.list-style-one li {
    position: relative;
    display: block
}

.list-style-one li {
    font-family: var(--title-font);
    color: #6d7270;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 14px
}

.list-style-one li:last-child {
    margin-bottom: 0
}

.list-style-one li:before {
    position: absolute;
    content: "\f109";
    font-family: flaticon;
    font-size: 22px;
    left: 0;
    top: 1px;
    color: var(--theme-color)
}

.about-section .content-box .btn-box .theme-btn {
    border: 2px solid var(--theme-color);
    color: var(--title-color);
    padding-top: 13px;
    padding-bottom: 13px
}

.about-section .content-box .btn-box .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.about-section .content-box .btn-box .theme-btn:before {
    background: var(--theme-color)
}

.bg-color-2 {
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59)
}

.working-section {
    position: relative;
    padding: 113px 0 90px
}

.working-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.working-section .video-inner {
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    margin: 0 auto 60px;
    padding: 74px 45px 104px
}

.working-section .video-inner .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px
}

.working-section .video-inner .big-text {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 110px;
    line-height: 110px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .12)
}

.working-section .video-inner h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 36px
}

.working-section .video-inner .video-btn {
    position: relative;
    display: block;
    text-align: center
}

.working-section .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 78px;
    height: 54px;
    line-height: 58px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    background: var(--theme-color)
}

.working-block-one {
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 20px 0;
    margin-bottom: 30px
}

.working-block-one:before {
    position: absolute;
    content: "";
    border: 2px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 40px)
}

.working-block-one .icon-box {
    position: absolute;
    left: 50%;
    top: -132px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .12);
    border-radius: 50%
}

.working-block:nth-child(2) .working-block-one .icon-box {
    top: -107px
}

.working-block-one .icon-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .12);
    left: 24px;
    top: 52px;
    width: 2px;
    height: 78px
}

.working-block:nth-child(2) .working-block-one .icon-box:before {
    height: 53px
}

.working-block:first-child .working-block-one .icon-box:after {
    position: absolute;
    content: "";
    left: 24px;
    bottom: 52px;
    width: 86px;
    height: 79px;
    border-radius: 10px 0 0 0;
    border: 2px solid rgba(255, 255, 255, .12);
    border-right: none;
    border-bottom: none
}

.working-block:nth-child(2) .working-block-one .icon-box:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .12);
    left: 24px;
    bottom: 52px;
    width: 2px;
    height: 53px
}

.working-block:last-child .working-block-one .icon-box:after {
    position: absolute;
    content: "";
    right: 24px;
    bottom: 52px;
    width: 86px;
    height: 79px;
    border-radius: 0 10px 0 0;
    border: 2px solid rgba(255, 255, 255, .12);
    border-bottom: none;
    border-left: none
}

.working-block-one h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: var(--theme-color)
}

.working-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 34px 30px 33px
}

.working-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.working-section .working-block:nth-child(2) {
    margin-top: 100px
}

.tabs-box-2 .tab-2 {
    position: relative;
    display: none
}

.tabs-box-2 .tab-2.active-tab-2 {
    display: block
}

.tabs-box-2 .tab-2 {
    transform: scale(.9) translateY(0)
}

.tabs-box-2 .tab-2.active-tab-2 {
    transform: scale(1) translateY(0)
}

.funding-section {
    position: relative;
    padding: 113px 0 120px
}

.funding-section .sec-title .icon-box {
    position: absolute;
    right: 0;
    bottom: 6px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 82px;
    background: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #fff
}

.funding-section .sec-title .shape {
    position: absolute;
    right: 105px;
    bottom: 5px;
    width: 340px;
    height: 50px;
    background-repeat: no-repeat
}

.funding-section .tab-btn-one .tab-btns li {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.funding-section .tab-btn-one .tab-btns li:last-child {
    margin-bottom: 0
}

.funding-section .tab-btn-one .tab-btns li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #a5b2af;
    font-weight: 500;
    background: #fff;
    border-radius: 40px;
    cursor: pointer;
    padding: 7px 30px;
    transition: all .5s ease
}

.funding-section .tab-btn-one .tab-btns li.active-btn span {
    color: #fff;
    background: var(--theme-color)
}

.funding-section .tab-btn-one {
    position: relative;
    padding-bottom: 206px;
    margin-bottom: 34px;
    border-bottom: 1px solid #c2d2cd
}

.funding-section .payment-system h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.funding-section .payment-system p {
    margin-bottom: 24px
}

.funding-section .payment-system .card-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.funding-section .payment-system .card-list li:last-child {
    margin: 0 !important
}

.funding-section .tab-btn-two {
    margin-bottom: 30px
}

.funding-section .tab-btn-two .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #6d7270;
    cursor: pointer;
    transition: all .5s ease
}

.funding-section .tab-btn-two .tab-btns li:last-child {
    margin: 0 !important
}

.funding-section .tab-btn-two .tab-btns li.active-btn {
    color: var(--title-color)
}

.funding-section .tab-btn-two .tab-btns li:before {
    position: absolute;
    content: "";
    border: 1px solid #c2d2cd;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all .5s ease
}

.funding-section .tab-btn-two .tab-btns li.active-btn:before {
    border-color: var(--theme-color)
}

.funding-section .tab-btn-two .tab-btns li:after {
    position: absolute;
    content: "";
    background: #c2d2cd;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 7px;
    top: 7px;
    transition: all .5s ease
}

.funding-section .tab-btn-two .tab-btns li.active-btn:after {
    background: var(--theme-color)
}

.funding-section .tabs-content {
    position: relative;
    margin-left: 40px
}

.funding-section .content-box {
    position: relative;
    margin: 0 15px
}

.funding-section .content-box .inner-column,
.funding-section .content-box .trading-column {
    padding: 0
}

.funding-section .content-box .inner-box {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #154534);
    border-radius: 10px 0 0 10px;
    padding: 40px 40px 50px;
    margin-right: -24px
}

.funding-section .content-box .inner-box .image-box {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.funding-section .content-box .inner-box .image-box img {
    width: 100%
}

.funding-section .content-box .inner-box h2 {
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 6px
}

.funding-section .content-box .inner-box h2 span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px
}

.funding-section .content-box .inner-box p {
    color: #a5b2af;
    margin-bottom: 28px
}

.funding-section .content-box .inner-box .theme-btn {
    color: #fff;
    border: 2px solid var(--theme-color);
    padding: 13px 33px
}

.funding-section .content-box .inner-box .theme-btn:before,
.funding-section .content-box .inner-box .theme-btn:hover {
    background: var(--theme-color)
}

.funding-section .content-box .trading-list {
    position: relative;
    display: block;
    margin-left: 24px;
    border: 1px solid #c2d2cd;
    border-radius: 0 10px 10px 0;
    overflow: hidden
}

.funding-section .content-box .trading-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--title-font);
    color: #6d7270;
    background: #cedfda;
    padding-left: 48px;
    margin-bottom: 5px
}

.funding-section .content-box .trading-list li:last-child {
    margin-bottom: 0
}

.funding-section .content-box .trading-list li:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 29px;
    top: 26px
}

.funding-section .content-box .trading-list li span {
    float: right;
    width: 160px;
    background: #d8e6e2;
    font-weight: 500;
    color: var(--title-color);
    padding-left: 30px
}

.funding-section .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 845px;
    height: 273px;
    background-repeat: no-repeat
}

.pairs-section {
    position: relative
}

.pairs-section .inner-container {
    position: relative;
    max-width: 570px;
    width: 100%;
    margin: 0 auto
}

.pairs-block-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 26px 30px 23px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.pairs-block-one .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pairs-block-one .inner-box .left-column {
    position: relative;
    display: block;
    padding-left: 50px
}

.pairs-block-one .inner-box .left-column .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 5px;
    width: 30px;
    height: 42px;
    line-height: 46px;
    font-size: 20px;
    background: #e2edea;
    text-align: center;
    border-radius: 40px;
    color: #54b764
}

.pairs-block-one.red-block .inner-box .left-column .icon-box {
    color: red
}

.pairs-block-one .inner-box .left-column .list-item {
    margin-bottom: 3px
}

.pairs-block-one .inner-box .left-column .list-item li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px
}

.pairs-block-one .inner-box .left-column .list-item li:last-child {
    margin: 0 !important
}

.pairs-block-one .inner-box .left-column .list-item li i {
    position: relative;
    font-size: 20px;
    color: #a5b2af;
    top: 2px
}

.pairs-block-one .inner-box .left-column .currency {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px
}

.pairs-block-one .inner-box .right-column {
    position: relative;
    display: flex;
    align-items: center
}

.pairs-block-one .inner-box .right-column .text {
    margin-right: 40px;
    text-align: right
}

.pairs-block-one .inner-box .right-column .currency-rate {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: var(--theme-color);
    margin-bottom: 7px
}

.pairs-block-one.red-block .inner-box .right-column .currency-rate {
    color: red
}

.pairs-block-one .inner-box .right-column .sell {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px
}

.pairs-block-one .inner-box .right-column .theme-btn {
    border: 2px solid var(--theme-color);
    color: var(--title-color);
    padding: 7px 24px
}

.pairs-block-one .inner-box .right-column .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.pairs-block-one .inner-box .right-column .theme-btn:before {
    background: var(--theme-color)
}

.pairs-section .more-btn {
    padding-top: 40px
}

.pairs-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    animation: service_hexagon_2 15s linear infinite
}

.pairs-section .image-layer .image-1 {
    position: absolute;
    left: 0;
    bottom: 235px
}

.pairs-section .image-layer .image-2 {
    position: absolute;
    right: 0;
    bottom: 270px
}

.chooseus-section {
    position: relative
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 50px 25px 38px;
    text-align: center
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1
}

.chooseus-block-one .inner-box .icon-box .icon {
    position: relative;
    display: inline-block
}

.chooseus-block-one .inner-box .icon-box .icon img {
    display: inline-block;
    max-width: 100%
}

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: #e2edea;
    width: 72px;
    height: 72px;
    left: 0;
    top: 0;
    border-radius: 10px;
    transform: rotate(10deg)
}

.chooseus-block-one .inner-box .icon-box:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-color);
    width: 72px;
    height: 72px;
    left: 0;
    top: 0;
    border-radius: 10px;
    transform: rotate(-10deg);
    transition: all .5s ease
}

.chooseus-block-one .inner-box:hover .icon-box:after {
    z-index: -1;
    background: var(--theme-color)
}

.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 14px 30px;
    z-index: 1
}

.chooseus-block-one .inner-box h3:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #e2edea 10%, #26c48c 50%, #e2edea 90%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.chooseus-block-one .inner-box h3:after {
    position: absolute;
    content: "";
    background: #e2edea;
    width: 100%;
    height: calc(100% - 2px);
    left: 0;
    top: 1px;
    z-index: -1
}

.chooseus-section .inner-container {
    position: relative
}

.chooseus-section .dots-style-one {
    position: absolute;
    top: -86px;
    right: 33px
}

.dots-style-one .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    margin: 0 5px !important;
    margin-right: 30px;
    opacity: 1;
    transition: all .5s ease
}

.dots-style-one .swiper-pagination-bullet-active {
    background: var(--theme-color) !important
}

.chooseus-section .nav-style-one {
    position: absolute;
    top: -84px;
    right: -12px;
    width: 194px
}

.chooseus-section .nav-style-one button {
    position: absolute;
    top: 0
}

.chooseus-section .nav-style-one button span {
    font-family: flaticon
}

.nav-style-one button {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease
}

.nav-style-one button:hover {
    color: var(--theme-color) !important
}

.chooseus-section button.owl-prev {
    left: 0;
    z-index: 99
}

.chooseus-section button.owl-next {
    right: 0;
    z-index: 99
}

.testimonial-section {
    position: relative
}

.testimonial-section .upper-box {
    position: relative;
    background: #e2edea;
    border-radius: 50px;
    overflow: hidden;
    padding: 19px 40px;
    margin-bottom: 60px
}

.testimonial-section .upper-box .left-content {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-section .upper-box .left-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-left: 40px;
    margin-right: 25px
}

.testimonial-section .upper-box .left-content h3 img {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-section .upper-box .left-content h6 {
    display: block;
    font-size: 16px;
    line-height: 26px
}

.testimonial-section .upper-box .left-content h6 span {
    font-family: var(--text-font);
    color: #6d7270;
    font-weight: 400
}

.testimonial-section .upper-box .right-content {
    position: relative;
    padding-right: 70px;
    padding-left: 26px
}

.testimonial-section .upper-box .right-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 50px
}

.testimonial-section .upper-box .right-content h5 img {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-section .upper-box .right-content .link {
    position: absolute;
    top: -6px;
    right: 0
}

.testimonial-section .upper-box .right-content .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: var(--title-color);
    border-radius: 40px
}

.testimonial-section .upper-box .right-content .link a:hover {
    color: #fff;
    background: var(--theme-color)
}

.testimonial-section .upper-box .right-content:before {
    position: absolute;
    content: "";
    background: #c2d2cd;
    width: 1px;
    height: 60px;
    left: -15px;
    top: -16px
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 32px 40px 33px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .06)
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: block;
    padding-bottom: 19px;
    margin-bottom: 36px;
    border-bottom: 1px solid #dbe5e2
}

.testimonial-block-one .inner-box .author-box .icon-box {
    position: absolute;
    top: -34px;
    right: 75px;
    font-size: 125px;
    color: #e2edea
}

.testimonial-block-one .inner-box .author-box .thumb-box {
    position: absolute;
    right: 0;
    bottom: -27px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonial-block-one .inner-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-one .inner-box .author-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 1px
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    color: var(--theme-color)
}

.testimonial-block-one .inner-box .text-box h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 34px;
    margin-bottom: 15px
}

.testimonial-block-one .inner-box .text-box h5 img {
    position: absolute;
    top: -6px;
    right: 0
}

.testimonial-block-one .inner-box .text-box p {
    margin-bottom: 24px
}

.testimonial-block-one .inner-box .text-box .rating {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-block-one .inner-box .text-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    color: var(--theme-color)
}

.testimonial-block-one .inner-box .text-box .rating li:last-child {
    margin: 0 !important
}

.testimonial-section .owl-carousel .owl-stage-outer {
    overflow: visible
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible
}

.testimonial-section .dots-style-one {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px;
    top: 10px
}

.testimonial-section .dots-style-one .swiper-pagination-bullet {
    background-color: #c6d5d0
}

.testimonial-section .nav-style-one {
    position: absolute;
    display: block;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 99
}

.testimonial-section .nav-style-one button {
    color: var(--title-color)
}

.testimonial-section .nav-style-one button span {
    font-family: flaticon
}

.testimonial-section .nav-style-one button.owl-prev {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-section .nav-style-one button.owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.testimonial-section .swiper-horizontal {
    padding-bottom: 1px
}

.featured-section {
    position: relative;
    background: #e2edea;
    overflow: hidden
}

.featured-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 105px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.featured-section .sec-title {
    max-width: 360px;
    width: 100%;
    padding: 390px 0 110px;
    margin-bottom: 0
}

.featured-section .bg-layer:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.featured-section .left-content,
.featured-section .right-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 730px;
    padding: 15px 0;
    cursor: all-scroll
}

.featured-section ::-webkit-scrollbar {
    display: none !important
}

.featured-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px
}

.featured-block-one .inner-box .clients-logo {
    position: relative;
    display: block;
    margin-bottom: 18px
}

.featured-block-one .inner-box p {
    margin-bottom: 23px
}

.featured-block-one .inner-box a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 46px;
    background: #e2edea;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: var(--title-color)
}

.featured-block-one .inner-box a:hover {
    background: var(--theme-color);
    color: #fff
}

.featured-section .content-box {
    position: relative;
    max-height: 730px
}

.featured-section .content-box .right-content {
    padding-top: 30px
}

.bx-viewport {
    min-height: 730px !important
}

.news-section {
    position: relative;
    padding: 113px 0 90px
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    margin-bottom: 30px
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 18px 10px 10px
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 17px;
    margin-bottom: 19px;
    border-bottom: 1px solid #dbe5e2
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color)
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color)
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 19px
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    margin-right: 34px;
    padding-left: 23px;
    font-size: 16px;
    color: #6d7270
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0 !important
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #6d7270
}

.news-block-one .inner-box .lower-content .post-info li a:hover {
    color: var(--theme-color)
}

.news-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    background: #c2d2cd;
    width: 3px;
    height: 14px;
    right: -18px;
    top: 6px;
    border-radius: 2px
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none
}

.news-block-one .inner-box .lower-content .lower-box {
    position: relative;
    display: flex;
    align-items: center
}

.news-block-one .inner-box .lower-content .lower-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 30px;
    color: var(--theme-color);
    border: 1px solid #dbe5e2
}

.news-block-one .inner-box .lower-content .lower-box a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 44px;
    font-size: 20px;
    color: var(--title-color);
    border: 1px solid #dbe5e2;
    text-align: center;
    border-radius: 40px
}

.news-block-one .inner-box .lower-content .lower-box a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.main-footer {
    position: relative
}

.main-footer .footer-top {
    padding-top: 104px
}

.main-footer .footer-top .form-inner {
    position: relative;
    display: flex;
    align-items: center
}

.footer-top .footer-top-content .form-inner form {
    position: relative;
    float: left;
    width: 570px;
    margin-right: 50px
}

.footer-top .footer-top-content .form-inner .form-group {
    position: relative;
    margin-bottom: 0
}

.footer-top .footer-top-content .form-inner .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 40px;
    font-size: 16px;
    color: #a5b2af;
    padding: 10px 190px 10px 30px;
    transition: all .5s ease
}

.footer-top .footer-top-content .form-inner .form-group button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff !important
}

.footer-top .footer-top-content .form-inner .form-group input:focus {
    border-color: var(--theme-color)
}

.footer-top .footer-top-content .form-inner .form-group button[type=submit]:before {
    display: none
}

.footer-top .footer-top-content h2 {
    position: relative;
    font-size: 66px;
    line-height: 85px;
    color: #fff
}

.footer-top .footer-top-content .subscriber-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px
}

.footer-top .footer-top-content .subscriber-box .thumb-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: -12px
}

.footer-top .footer-top-content .subscriber-box .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.footer-top .footer-top-content .subscriber-box span {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: var(--theme-color);
    border: 2px solid #152e25;
    border-radius: 40px;
    text-align: center;
    margin-right: 10px
}

.footer-top .footer-top-content .lower-box {
    position: relative;
    display: flex;
    align-items: center
}

.footer-top .footer-top-content .subscriber-box h6 {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.main-footer .widget-section {
    position: relative;
    padding: 75px 0 95px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.main-footer .logo-widget {
    position: relative;
    margin-top: 8px
}

.main-footer .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 28px
}

.main-footer p {
    color: #a5b2af
}

.main-footer .logo-widget p {
    margin-bottom: 33px
}

.main-footer .logo-widget .link-box {
    position: relative;
    display: block;
    padding-left: 67px
}

.main-footer .logo-widget .link-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: var(--theme-color);
    border-radius: 40px
}

.main-footer .logo-widget .link-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.main-footer .logo-widget .link-box h6 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 26px
}

.main-footer .logo-widget .link-box h6 a:hover {
    color: var(--theme-color)
}

.main-footer .logo-widget .link-box h6 a i {
    position: absolute;
    right: 0;
    bottom: -3px;
    font-size: 20px
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.main-footer .widget-title h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    color: #a5b2af;
    padding-left: 28px
}

.main-footer .links-widget .links-list li a:hover {
    color: #fff
}

.main-footer .links-widget .links-list li a:before {
    position: absolute;
    content: "^";
    left: 0;
    color: #46665b;
    font-size: 30px;
    top: 10px;
    transition: all .5s ease
}

.main-footer .links-widget .links-list li a:hover:before {
    color: var(--theme-color)
}

.main-footer .contact-widget {
    text-align: right
}

.main-footer .contact-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 50px
}

.main-footer .contact-widget .social-links li {
    margin-right: 10px
}

.main-footer .contact-widget .social-links li:last-child {
    margin: 0 !important
}

.main-footer .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: var(--title-color);
    border-radius: 40px
}

.main-footer .contact-widget .social-links li a:hover {
    color: #fff;
    background: var(--theme-color)
}

.main-footer .contact-widget .download-list li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.main-footer .contact-widget .download-list li:last-child {
    margin-bottom: 0
}

.main-footer .contact-widget .download-list li.app-store a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
    padding: 12.5px 38px;
    border: 1px solid #fff
}

.main-footer .contact-widget .download-list li.app-store a i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-right: 9px;
    top: 5px
}

.main-footer .contact-widget .download-list li.play-store a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    border-radius: 40px;
    padding: 15px 38px;
    background: #fff
}

.main-footer .contact-widget .download-list li.play-store a img {
    position: relative;
    display: inline-block;
    margin-right: 9px
}

.footer-bottom {
    position: relative;
    width: 100%;
    padding: 23px 0
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-bottom .bottom-inner p a {
    color: var(--theme-color)
}

.footer-bottom .bottom-inner p a:hover {
    text-decoration: underline
}

.footer-bottom .bottom-inner .footer-nav {
    position: relative;
    display: flex;
    align-items: center
}

.footer-bottom .bottom-inner .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 23px
}

.footer-bottom .bottom-inner .footer-nav li:last-child {
    margin: 0 !important
}

.footer-bottom .bottom-inner .footer-nav li a {
    display: inline-block;
    color: #a5b2af
}

.footer-bottom .bottom-inner .footer-nav li a:hover {
    color: var(--theme-color)
}

.footer-bottom .bottom-inner .footer-nav li:before {
    position: absolute;
    content: ".";
    font-size: 17px;
    right: -14px;
    bottom: 1px;
    color: #a5b2af
}

.footer-bottom .bottom-inner .footer-nav li:last-child:before {
    display: none
}

.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.header-top-two {
    position: relative;
    width: 100%;
    padding: 9px 0;
    background: var(--theme-color)
}

.header-top-two .text h6 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500
}

.header-top-two .text h6 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 25px;
    color: #fff
}

.header-top-two .text h6 a:hover {
    text-decoration: underline
}

.header-top-two .text h6 a i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff
}

.header-style-two .menu-right-content .login-box {
    position: relative;
    padding-right: 70px
}

.header-style-two .menu-right-content .login-box .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 45px;
    line-height: 45px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.header-style-two .menu-right-content .login-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase
}

.header-style-two .menu-right-content .login-box h6 a {
    position: relative;
    display: inline-block;
    color: #fff
}

.header-style-two .menu-right-content .login-box h6 a:hover {
    color: var(--theme-color)
}

.bg-color-3 {
    background: -webkit-linear-gradient(-45deg, #1c0e0e 50%, #621a1a)
}

.header-style-two .outer-box {
    padding: 0
}

.header-style-two .sticky-header {
    background: -webkit-linear-gradient(-45deg, #1c0e0e 50%, #621a1a);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.banner-style-two {
    position: relative;
    padding: 240px 120px 200px
}

.banner-style-two .outer-container {
    position: relative
}

.banner-style-two .inner-box {
    position: relative;
    display: flex;
    align-items: center
}

.banner-style-two .inner-box .content-box {
    position: relative;
    max-width: 560px;
    width: 100%
}

.banner-style-two .content-box h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 30px;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 12px
}

.banner-style-two .content-box h6:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/icons/icon-19.png);
    width: 20px;
    height: 12px;
    left: 0;
    top: 7px;
    background-repeat: no-repeat
}

.banner-style-two .content-box h2 {
    font-size: 70px;
    line-height: 82px;
    color: #fff;
    margin-bottom: 72px
}

.banner-style-two .content-box h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 14px
}

.banner-style-two .content-box h2 span:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, #f84949 50%, #1d0f0f);
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    border-radius: 10px
}

.banner-style-two .content-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px
}

.banner-style-two .content-box .download-list {
    position: relative;
    display: flex;
    align-items: center
}

.banner-style-two .content-box .download-list li {
    margin-right: 10px
}

.banner-style-two .content-box .download-list li:last-child {
    margin: 0 !important
}

.banner-style-two .content-box .download-list li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: var(--title-color)
}

.banner-style-two .content-box .download-list li a img {
    position: relative;
    display: inline-block
}

.banner-style-two .content-box .download-list li:first-child a {
    line-height: 44px
}

.banner-style-two .content-box .download-list li a:hover {
    color: #fff;
    background: var(--theme-color)
}

.banner-style-two .image-box {
    position: relative;
    display: block
}

.banner-style-two .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%
}

.banner-style-two .image-box .image img {
    width: 100%;
    border-radius: 50%
}

.banner-style-two .image-box .image .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-style-two .image-box .image-content {
    position: absolute;
    top: 60px;
    right: -160px;
    background: #fff;
    width: 330px;
    border-radius: 10px;
    padding: 24px 30px 22px
}

.banner-style-two .image-box .image-content h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px
}

.banner-style-two .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: var(--theme-color)
}

.banner-style-two .image-box .image-content p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    padding-left: 18px
}

.banner-style-two .image-box .image-content p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #53b764;
    font-size: 18px
}

.banner-style-two .image-box .image-content .bar {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.banner-style-two .text-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right
}

.banner-style-two .text-inner p {
    color: #e5dbd8;
    margin-bottom: 33px
}

.banner-style-two .text-inner .theme-btn {
    background: #fff;
    color: var(--title-color)
}

.banner-style-two .text-inner .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.banner-style-two .text-inner .theme-btn:before {
    background: var(--theme-color)
}

.banner-style-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.profit-calculator {
    position: relative;
    padding: 120px 0
}

.profit-calculator .profit-inner {
    position: relative;
    display: block;
    padding: 60px 0 60px 100px
}

.profit-calculator .profit-inner .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 34px 40px 40px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    text-align: center
}

.profit-calculator .profit-inner .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px
}

.profit-calculator .profit-inner .inner-box #accountSizeLabel,
.profit-calculator .profit-inner .inner-box #profitRateLabel {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: #7d7373;
    background: #faf4f2;
    border-radius: 40px;
    padding: 11px 42px;
    margin-bottom: 25px
}

.profit-calculator .profit-inner .inner-box .currency-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #a59897;
    margin-top: 10px
}

.profit-calculator .profit-inner .account-box {
    margin-bottom: 15px
}

.progress-box .bar {
    width: 100%;
    border: 1px solid #e7e1e1
}

.progress-box .bar,
.progress-box .bar-inner {
    position: relative;
    height: 10px;
    border-radius: 25px
}

.progress-box .bar-inner {
    display: block;
    background: var(--theme-color);
    width: 0;
    top: -1px;
    transition: all 1.5s ease
}

.progress-box .bar .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.progress-box .bar .line span {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e7e1e1
}

.progress-box .bar .line span.line-1 {
    left: 40%
}

.progress-box .bar .line span.line-2 {
    left: 60%
}

.progress-box .bar .line span.line-3 {
    left: 80%
}

.profit-calculator .profit-inner .profit-box .progress-box .bar-inner {
    height: 16px;
    top: -4px
}

.profit-calculator .profit-inner .profit-box .progress-box .bar-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 16px;
    background-repeat: repeat-x;
    background-image: url(/assets/images/icons/line-1.png)
}

.profit-calculator .profit-inner .profit-box {
    margin-bottom: 20px
}

.profit-calculator .profit-inner .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.profit-calculator .profit-inner .btn-box h3 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    background: #1c0e0e;
    border-radius: 40px;
    padding: 7px 33px;
    text-align: center
}

.profit-calculator .profit-inner .btn-box h3 span {
    font-size: 16px;
    line-height: 20px
}

.profit-calculator .profit-inner .btn-box .theme-btn {
    padding-left: 18px;
    padding-right: 18px
}

.profit-calculator .profit-inner .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 470px;
    height: 100%;
    border-radius: 250px;
    background: -webkit-linear-gradient(-90deg, #f84949, #faf4f2)
}

.profit-calculator .profit-inner .big-text {
    position: absolute;
    left: 43px;
    top: 0;
    height: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    writing-mode: vertical-lr
}

.profit-calculator .content-box {
    position: relative;
    display: block;
    padding-left: 100px
}

.profit-calculator .content-box .text-box p {
    margin-bottom: 29px
}

.profit-calculator .content-box .sec-title {
    margin-bottom: 31px
}

.list-style-two li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 35px
}

.list-style-two li:last-child {
    margin-bottom: 0
}

.list-style-two li:before {
    position: absolute;
    content: "\f117";
    font-family: flaticon;
    font-size: 24px;
    left: 0;
    top: 1px;
    color: var(--theme-color)
}

.bg-color-4 {
    background: #faf4f2
}

#accountSizeRange,
#profitRateRange {
    width: 100%;
    height: 10px
}

#result {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 10px
}

.profit-inner input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 25px
}

.profit-inner input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    background: #fff;
    border: 1px solid #e7e1e1;
    border-radius: 25px
}

.profit-inner input[type=range]::-moz-range-track {
    height: 10px;
    background: #fff;
    border: 1px solid #e7e1e1;
    border-radius: 25px
}

.profit-inner input[type=range]::-webkit-slider-thumb {
    position: relative;
    top: -1px;
    -webkit-appearance: none;
    appearance: none;
    height: 11px;
    width: 11px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    box-shadow: -407px 0 0 400px var(--theme-color)
}

.profit-inner input[type=range]::-moz-range-thumb {
    position: relative;
    top: -1px;
    height: 11px;
    width: 11px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    box-shadow: -407px 0 0 400px var(--theme-color)
}

.pricing-section {
    position: relative;
    padding: 120px 0 90px
}

.pricing-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.pricing-block-one .inner-box .currency-box {
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #e7e1e1
}

.pricing-block-one .inner-box .currency-box:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e7e1e1
}

.pricing-block-one .inner-box .currency-box:after {
    position: absolute;
    content: "\f118";
    font-family: flaticon;
    background: #fff;
    width: 36px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    border: 1px solid #e7e1e1;
    color: #a8aaaf;
    border-radius: 20px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pricing-block-one .inner-box .currency-box .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricing-block-one .inner-box .currency-box .list-item li {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase
}

.pricing-block-one .inner-box .currency-box .list-item li img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.pricing-block-one .inner-box .content-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e7e1e1;
    padding: 18px 25px
}

.pricing-block-one .inner-box .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color)
}

.pricing-block-one .inner-box .content-box .list-item li span {
    float: right
}

.pricing-block-one .inner-box .content-box .list-item li:last-child span {
    float: none
}

.pricing-block-one .inner-box .content-box .list-item li .green {
    color: #51b662;
    font-size: 18px;
    font-weight: 600
}

.pricing-block-one .inner-box .content-box .list-item .vilote {
    color: #736ae2;
    font-size: 15px
}

.pricing-block-one .inner-box .content-box .list-item .yellow {
    color: #fa8c1e;
    font-size: 15px
}

.pricing-block-one .inner-box .content-box .list-item .red {
    font-size: 18px;
    font-weight: 600;
    color: #ec404c
}

.pricing-block-one .inner-box .content-box .list-item li a {
    position: absolute;
    top: 11px;
    right: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-align: center;
    padding: 2px 14px;
    border-radius: 40px;
    text-transform: uppercase;
    border: 2px solid var(--theme-color);
    z-index: 1
}

.pricing-block-one .inner-box .content-box .list-item li a:hover {
    color: #fff;
    background: var(--theme-color)
}

.pricing-block-one .inner-box .graph-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-height: 72px
}

.pricing-section .sec-title {
    margin-bottom: 0;
    margin-right: 85px
}

.pricing-section .sec-title h2 {
    margin-bottom: 15px
}

.pricing-section .content-inner {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 43px 40px;
    margin-bottom: 30px
}

.pricing-section .content-inner h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 22px
}

.pricing-section .content-inner .theme-btn {
    color: #fff
}

.pricing-section .content-inner .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #a59897;
    padding-left: 27px;
    margin-bottom: 14px
}

.pricing-section .content-inner .list-item li:last-child {
    margin-bottom: 0
}

.pricing-section .content-inner .list-item li:before {
    position: absolute;
    content: "\f119";
    font-family: flaticon;
    font-size: 18px;
    left: 0;
    top: 2px;
    color: var(--theme-color)
}

.funding-style-two {
    position: relative
}

.funding-style-two .table-outer {
    position: relative;
    overflow-x: auto;
    width: 100%
}

.funding-style-two .funding-table {
    min-width: 1170px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px
}

.funding-style-two h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px
}

.funding-style-two .tab-btns {
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto 40px
}

.funding-style-two .tab-btns:before {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    width: 100%;
    height: 16px;
    left: 0;
    top: 0
}

.funding-style-two .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #a59897;
    padding-top: 32px;
    cursor: pointer;
    transition: all .5s ease
}

.funding-style-two .tab-btns li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 16px;
    left: 0;
    top: 0;
    background: var(--theme-color);
    border-radius: 30px;
    transition: all .5s ease
}

.funding-style-two .tab-btns li.active-btn:before {
    width: 100%
}

.funding-style-two .tab-btns li:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .12);
    width: 1px;
    height: 16px;
    top: 0;
    right: 0;
    transition: all .5s ease
}

.funding-style-two .tab-btns li:last-child:after {
    display: none
}

.funding-style-two .tab-btns li.active-btn:after {
    opacity: 0
}

.funding-style-two .funding-table .title-header {
    position: relative;
    display: block;
    padding: 4px 30px 68px 0
}

.funding-style-two .funding-table .title-header .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #a59897;
    font-weight: 500;
    transform: rotate(-20deg);
    margin-bottom: 9px
}

.funding-style-two .funding-table .title-header .shape {
    position: relative;
    display: block;
    text-align: right
}

.funding-style-two .funding-table .title-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 23px 30px 24px
}

.funding-style-two .funding-table th:nth-child(2) .title-box {
    border-top-left-radius: 10px
}

.funding-style-two .funding-table th:nth-child(3) .title-box {
    background: var(--theme-color)
}

.funding-style-two .funding-table th:nth-child(4) .title-box {
    border-top-right-radius: 10px
}

.funding-style-two .funding-table th:nth-child(3) .title-box .title {
    color: #fff
}

.funding-style-two .funding-table th:nth-child(3) .title-box p {
    color: #f4e0e0;
    border-color: #ff7979
}

.funding-style-two .funding-table th:nth-child(3) .title-box a {
    color: #fff
}

.funding-style-two .funding-table .title-box .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0
}

.funding-style-two .funding-table .title-box p {
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e7e1e1
}

.funding-style-two .funding-table .title-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--title-color);
    text-transform: uppercase
}

.funding-style-two .funding-table .title-box a span {
    position: relative;
    padding-left: 24px
}

.funding-style-two .funding-table .title-box a span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 20px;
    left: 0;
    top: -3px
}

.funding-style-two .funding-table tr {
    margin-bottom: 5px
}

.funding-style-two .funding-table tr:last-child {
    margin-bottom: 0
}

.funding-style-two .funding-table tr td {
    position: relative;
    text-align: center;
    padding: 16px 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-right: none
}

.funding-style-two .funding-table tr td:last-child {
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.funding-style-two .funding-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

.funding-style-two .funding-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

.funding-style-two .funding-table tr td h5 {
    font-size: 16px;
    line-height: 26px;
    color: #a59897;
    font-weight: 500
}

.funding-style-two .funding-table tr td:first-child {
    border: none;
    background: #2e2121;
    text-align: left
}

.funding-style-two .funding-table tr td h6 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-left: 18px
}

.funding-style-two .funding-table tr td h6:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 50%
}

.funding-style-two .funding-table tr:first-child td:first-child {
    border-top-left-radius: 10px
}

.working-style-two {
    position: relative;
    padding: 113px 0 90px
}

.working-style-two .sec-title .video-inner {
    position: absolute;
    right: 0;
    bottom: 27px;
    padding-left: 94px
}

.working-style-two .sec-title .video-inner a {
    position: absolute;
    display: inline-block;
    left: 0;
    top: -5px;
    width: 78px;
    height: 54px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    font-size: 20px;
    color: var(--theme-color)
}

.working-style-two .sec-title .video-inner h5 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.working-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.working-block-two .inner-box .text-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .06);
    padding: 28px 20px 29px
}

.working-block:nth-child(odd) .working-block-two .inner-box .text-box {
    margin-bottom: 60px
}

.working-block-two .inner-box .text-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.working-block-two .inner-box .decore {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 34px;
    border: 2px solid #1c0e0e;
    background: #faf4f2;
    border-radius: 30px
}

.working-block:nth-child(odd) .working-block-two .inner-box .decore {
    margin-bottom: 25px
}

.working-block:nth-child(2n) .working-block-two .inner-box .decore {
    margin-bottom: 60px
}

.working-block-two .inner-box .decore:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 14px;
    background: var(--theme-color);
    border-radius: 20px;
    left: 3px;
    top: 5px
}

.working-block-two .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ede4e1;
    border-radius: 30px;
    padding: 13px 25px
}

.working-block-two .inner-box h6:before {
    position: absolute;
    content: "";
    background: #ede4e1;
    width: 18px;
    height: 10px;
    left: 50%;
    transform: translate(-50%)
}

.working-block:nth-child(odd) .working-block-two .inner-box h6:before {
    top: -10px;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%, 50% 0);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%, 50% 0)
}

.working-block:nth-child(2n) .working-block-two .inner-box h6:before {
    bottom: -10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0)
}

.working-block:nth-child(2n) .working-block-two .inner-box .icon-box,
.working-block:nth-child(odd) .working-block-two .inner-box h6 {
    margin-bottom: 30px
}

.working-block:nth-child(2n) .working-block-two .inner-box h6 {
    margin-bottom: 25px
}

.working-style-two .inner-container {
    position: relative
}

.working-style-two .inner-container .shape {
    position: absolute;
    left: -120px;
    top: 172px;
    width: 1413px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: 50%
}

.offer-section {
    position: relative
}

.offer-section .tab-btns {
    position: relative;
    display: block;
    margin-left: 15px
}

.offer-section .tab-btns:before {
    position: absolute;
    content: "";
    background: #e7e1e1;
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    top: 20px
}

.offer-section .tab-btns li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a59897;
    font-weight: 600;
    padding: 16px 0 16px 35px;
    border-bottom: 1px solid #e7e1e1;
    cursor: pointer;
    transition: all .5s ease
}

.offer-section .tab-btns li:last-child {
    border-bottom: none
}

.offer-section .tab-btns li.active-btn {
    color: var(--title-color)
}

.offer-section .tab-btns li:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e1e1;
    background: #ffffff;
    border-radius: 50%;
    left: -15px;
    top: 15px;
    font-size: 14px;
    transition: all .5s ease
}

.offer-section .tab-btns li.active-btn:before {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.offer-section .tab-btn-box {
    margin-bottom: 74px
}

.offer-section .left-content {
    position: relative;
    margin-top: -16px
}

.offer-section .left-content .inner-box {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(-45deg, #1c0e0e 50%, #621a1a);
    padding: 24px 30px 21px;
    border-radius: 10px
}

.offer-section .left-content .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.offer-section .left-content .inner-box p {
    position: relative;
    display: block;
    color: #a59897;
    line-height: 24px;
    padding-left: 52px;
    margin-bottom: 13px
}

.offer-section .left-content .inner-box p img {
    position: absolute;
    left: 0;
    top: 4px
}

.offer-section .left-content .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff
}

.offer-section .left-content .inner-box h3 span {
    font-weight: 200
}

.offer-section .content-box {
    position: relative;
    display: block;
    margin-right: -30px
}

.offer-section .content-box .text-box {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(0deg, #faf4f2, #fff);
    border: 1px solid #e7e1e1;
    border-radius: 10px;
    padding: 39px 45px 39px 42px
}

.offer-section .content-box .text-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px
}

.offer-section .content-box .text-box p {
    margin-bottom: 21px
}

.offer-section .content-box .text-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--title-color);
    text-transform: uppercase
}

.offer-section .content-box .text-box a:hover {
    color: var(--theme-color)
}

.offer-section .content-box .text-box a span {
    position: relative;
    padding-left: 24px
}

.offer-section .content-box .text-box a span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 20px;
    left: 0;
    top: -3px
}

.offer-section .content-box .image-box {
    position: relative;
    display: block;
    border-radius: 10px
}

.offer-section .content-box .image-box img {
    width: 100%;
    border-radius: 10px
}

.offer-section .right-content {
    position: relative;
    display: block;
    border: 1px solid #e7e1e1;
    border-radius: 10px;
    padding: 19px;
    margin-left: -1px
}

.offer-section .right-content .text-box {
    position: relative;
    display: block;
    background: var(--theme-color);
    border-radius: 10px;
    padding: 19px 25px 18px;
    margin-bottom: 20px
}

.offer-section .right-content .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.offer-section .right-content .image-box img {
    width: 100%;
    border-radius: 10px
}

.offer-section .right-content .text-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.offer-section .right-content .text-box p {
    color: #f4e0e0
}

.platform-section {
    position: relative
}

.platform-section .image-box {
    margin-right: 70px
}

.platform-section .image-box,
.platform-section .image-box .image {
    position: relative;
    display: block
}

.platform-section .image-box .image img {
    width: 100%
}

.platform-section .image-box .text-1 {
    position: absolute;
    left: -60px;
    top: 65px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 12px 19px
}

.platform-section .image-box .text-1 h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 28px
}

.platform-section .image-box .text-1 h6:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    font-size: 18px;
    left: 0;
    top: 0;
    font-weight: 400;
    color: var(--theme-color)
}

.platform-section .image-box .text-2 {
    position: absolute;
    right: -40px;
    top: 235px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 12px 19px
}

.platform-section .image-box .text-2 h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 28px
}

.platform-section .image-box .text-2 h6:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    font-size: 18px;
    left: 0;
    top: 0;
    font-weight: 400;
    color: var(--theme-color)
}

.platform-section .content-box {
    position: relative;
    display: block
}

.platform-section .content-box .sec-title {
    margin-bottom: 32px
}

.platform-section .content-box .text-box p {
    color: #7d7373;
    margin-bottom: 35px
}

.platform-section .content-box .list-style-three li {
    position: relative;
    display: inline-block
}

.list-style-three li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 24px
}

.list-style-three li span {
    position: absolute;
    font-size: 16px;
    top: -10px;
    right: 0;
    color: var(--theme-color)
}

.list-style-three li:last-child {
    margin-bottom: 0
}

.list-style-three li:before {
    width: 6px;
    height: 8px;
    left: 0;
    top: 9px
}

.list-style-three li:after,
.list-style-three li:before {
    position: absolute;
    content: "";
    background: var(--theme-color)
}

.list-style-three li:after {
    width: 2px;
    height: 14px;
    left: 2px;
    top: 6px
}

.platform-section .content-box .list-style-three {
    margin-bottom: 42px
}

.platform-section .bg-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 100%;
    background: -webkit-linear-gradient(0deg, #fefcfb, #fdcccd)
}

.platform-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.chooseus-style-two {
    position: relative;
    padding: 113px 0 64px
}

.chooseus-style-two .sec-title {
    margin-bottom: 101px
}

.chooseus-style-two .left-column {
    position: relative;
    display: block;
    text-align: right
}

.chooseus-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 107px
}

.chooseus-style-two .left-column .chooseus-block-two .inner-box {
    padding-right: 95px
}

.chooseus-style-two .right-column .chooseus-block-two .inner-box {
    padding-left: 95px
}

.chooseus-block-two .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    top: 5px;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.chooseus-style-two .left-column .chooseus-block-two:first-child .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: 35px;
    bottom: 80px;
    width: 235px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-bottom: none;
    border-radius: 10px 10px 0 0
}

.chooseus-style-two .left-column .chooseus-block-two:last-child .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: 35px;
    top: 80px;
    width: 235px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: none;
    border-radius: 0 0 10px 10px
}

.chooseus-style-two .right-column .chooseus-block-two:first-child .inner-box .icon-box:before {
    position: absolute;
    content: "";
    right: 35px;
    bottom: 80px;
    width: 235px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-bottom: none;
    border-radius: 10px 10px 0 0
}

.chooseus-style-two .right-column .chooseus-block-two:last-child .inner-box .icon-box:before {
    position: absolute;
    content: "";
    right: 35px;
    top: 80px;
    width: 235px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: none;
    border-radius: 0 0 10px 10px
}

.chooseus-style-two .left-column .chooseus-block-two .inner-box .icon-box {
    right: 0
}

.chooseus-style-two .right-column .chooseus-block-two .inner-box .icon-box {
    left: 0
}

.chooseus-block-two .inner-box .icon-box .icon-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.chooseus-block-two .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 11px
}

.chooseus-block-two .inner-box p {
    color: #a59897
}

.chooseus-style-two .logo-box {
    position: relative;
    display: block;
    margin: 0 48px;
    padding: 83px 80px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    top: 5px
}

.chooseus-style-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 50%;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    filter: grayscale(100%);
    opacity: .6
}

@keyframes slide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

.faq-section {
    position: relative
}

.faq-section .image-box {
    position: relative;
    display: block;
    margin-right: 90px
}

.faq-section .image-box .image {
    position: relative;
    display: block;
    border-radius: 0 0 250px 250px;
    overflow: hidden
}

.faq-section .image-box .image:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 100%;
    height: calc(100% - 125px);
    left: 0;
    bottom: 0;
    border-radius: 10px
}

.faq-section .image-box .image img {
    position: relative;
    width: 100%
}

.faq-section .image-box .text {
    position: absolute;
    left: -60px;
    top: 187px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 12px 19px
}

.faq-section .image-box .text h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 28px
}

.faq-section .image-box .text h6:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    font-size: 18px;
    left: 0;
    top: 0;
    font-weight: 400;
    color: var(--theme-color)
}

.faq-section .image-box .icon-box {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 70px;
    line-height: 70px;
    background: #faf4f2;
    text-align: center;
    border-radius: 50px;
    right: -45px;
    top: 90px
}

.faq-section .image-box .curve-text {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.faq-section .image-box .curve-text .circle-text {
    position: absolute;
    left: -65px;
    top: -65px;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color)
}

.faq-section .image-box .curve-text .link {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%)
}

.faq-section .image-box .curve-text .link a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--title-color)
}

.faq-section .image-box .curve-text .link a:hover {
    color: var(--theme-color)
}

.accordion-box .accordion .acc-content {
    display: none
}

.accordion-box .accordion .acc-content.current {
    display: block
}

.faq-section .accordion-box .accordion {
    background: #fff;
    border: 1px solid #e7e1e1;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.faq-section .accordion-box .accordion.current {
    border-color: transparent;
    background: #faf4f2
}

.faq-section .accordion-box .accordion:last-child {
    margin-bottom: 0
}

.faq-section .accordion-box .accordion .acc-btn {
    position: relative;
    padding: 17px 25px 19px;
    cursor: pointer;
    border-radius: 10px
}

.faq-section .accordion-box .accordion .acc-btn.active {
    background: -webkit-linear-gradient(-45deg, #1c0e0e, #621a1a)
}

.faq-section .accordion-box .accordion .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 28px
}

.faq-section .accordion-box .accordion .acc-btn.active h5 {
    color: #fff
}

.faq-section .accordion-box .accordion .acc-content {
    padding: 23px 25px 22px
}

.faq-section .accordion-box .accordion .acc-btn h5:before {
    background: var(--theme-color);
    width: 14px;
    height: 16px;
    left: 0;
    top: 6px
}

.faq-section .accordion-box .accordion .acc-btn h5:after,
.faq-section .accordion-box .accordion .acc-btn h5:before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%)
}

.faq-section .accordion-box .accordion .acc-btn h5:after {
    background: #fff;
    width: 10px;
    height: 12px;
    left: 2px;
    top: 8px
}

.faq-section .accordion-box .accordion .acc-btn.active h5:after {
    opacity: 0
}

.awards-section {
    position: relative
}

.awards-section .owl-carousel .owl-stage-outer {
    overflow: visible
}

.awards-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0
}

.awards-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1
}

.awards-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 128px 40px 33px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.awards-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, #1c0e0e, #621a1a);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 5px;
    border-radius: 10px;
    z-index: -1
}

.awards-block-one .inner-box .icon-box {
    position: absolute;
    left: 40px;
    top: 0;
    display: inline-block;
    width: 90px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #1c0e0e, #621a1a);
    border-radius: 0 0 100px 100px
}

.awards-block-one .inner-box .icon-box img {
    display: inline-block
}

.awards-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 33px;
    margin-bottom: 13px
}

.awards-block-one .inner-box h3:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 0
}

.awards-block-one .inner-box p {
    position: relative;
    display: block;
    color: #7d7373
}

.awards-block-one .inner-box .light-icon {
    position: absolute;
    right: 10px;
    bottom: 0
}

.awards-section .dots-style-one {
    position: absolute;
    top: -52px;
    right: 5px;
    width: 160px
}

.awards-section .nav-style-one {
    position: absolute;
    top: -84px;
    right: -12px;
    width: 194px;
    z-index: 99
}

.awards-section .nav-style-one button {
    position: absolute;
    top: 0;
    color: var(--title-color)
}

.nav-style-one button span {
    font-family: flaticon
}

.awards-section .nav-style-one button.owl-prev {
    left: 0
}

.awards-section .nav-style-one button.owl-next {
    right: 0
}

.awards-section .dots-style-one .swiper-pagination-bullet {
    background: #d6ccc9
}

.awards-section .inner-container {
    position: relative
}

.awards-block-one {
    position: relative;
    padding-top: 5px
}

.cta-section {
    position: relative;
    padding: 110px 0 120px
}

.cta-section .content-box {
    position: relative;
    display: block
}

.cta-section .content-box h2 {
    display: block;
    font-size: 54px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 15px
}

.cta-section .content-box h3 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px
}

.cta-section .content-box h3:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/shape/shape-14.png);
    width: 48px;
    height: 74px;
    top: 51px;
    right: 71px;
    background-repeat: no-repeat
}

.cta-section .content-box h3 a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px dashed var(--theme-color)
}

.cta-section .content-box h3 a:hover {
    color: var(--theme-color)
}

.cta-section .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.cta-section .content-box .lower-box .theme-btn {
    color: #fff;
    border-color: #fff;
    margin-right: 20px
}

.cta-section .content-box .lower-box .theme-btn:hover {
    border-color: var(--theme-color)
}

.cta-section .content-box .lower-box .chat-box {
    position: relative;
    display: block;
    padding: 18px 0 2px 115px
}

.cta-section .content-box .lower-box .chat-box .image-box {
    position: absolute;
    left: 0;
    top: 0
}

.cta-section .content-box .lower-box .chat-box button {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

.cta-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer-style-two {
    position: relative
}

.footer-style-two .widget-section {
    position: relative;
    padding: 113px 0 110px
}

.footer-style-two .widget-section .pattern-layer {
    position: absolute;
    right: 85px;
    bottom: 0;
    width: 1006px;
    height: 453px;
    background-repeat: no-repeat
}

.footer-style-two .logo-widget {
    position: relative;
    display: block;
    margin-top: 7px
}

.footer-style-two .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 28px
}

.footer-style-two .logo-widget p {
    margin-bottom: 17px
}

.footer-style-two .logo-widget h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px
}

.footer-style-two .logo-widget .rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.footer-style-two .logo-widget .rating li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #00b67a;
    border-radius: 10px;
    margin-right: 5px
}

.footer-style-two .logo-widget .rating li:last-child {
    margin: 0 !important
}

.footer-style-two .logo-widget h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 23px
}

.footer-style-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.footer-style-two .widget-title h3 {
    font-size: 22px;
    line-height: 32px
}

.footer-style-two .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-style-two .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    color: #7d7373;
    padding-left: 28px
}

.footer-style-two .links-widget .links-list li a:hover {
    color: var(--theme-color)
}

.footer-style-two .links-widget .links-list li a:before {
    position: absolute;
    content: "^";
    left: 0;
    font-size: 30px;
    top: 10px;
    color: #c1b5b4;
    transition: all .5s ease
}

.footer-style-two .links-widget .links-list li a:hover:before {
    color: var(--theme-color)
}

.footer-style-two .contact-widget p {
    position: relative;
    display: block;
    margin-bottom: 7px
}

.footer-style-two .contact-widget span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 16px
}

.footer-style-two .contact-widget h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px
}

.footer-style-two .contact-widget h5 a {
    display: inline-block;
    color: var(--title-color)
}

.footer-style-two .contact-widget h5 a:hover {
    color: var(--theme-color)
}

.footer-style-two .contact-widget .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px
}

.footer-style-two .contact-widget .social-links li:last-child {
    margin: 0
}

.footer-style-two .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--title-color)
}

.footer-style-two .contact-widget .social-links li a:hover {
    color: var(--theme-color)
}

.footer-style-two .contact-widget .social-links {
    padding-top: 17px
}

.footer-style-two .footer-bottom {
    background: var(--theme-color)
}

.footer-style-two .footer-bottom .bottom-inner .footer-nav li:before,
.footer-style-two .footer-bottom a,
.footer-style-two .footer-bottom p {
    color: #f4e0e0 !important
}

.footer-style-two .footer-bottom a:hover {
    color: #fff !important
}

.header-style-three {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%
}

.header-style-three .header-lower {
    position: relative;
    padding: 0 80px
}

.header-style-three .header-lower .outer-box {
    padding: 0 13px 0 30px;
    background: -webkit-linear-gradient(0deg, #120c1a 50%, #7921f4);
    border-radius: 50px
}

.header-style-three .main-menu .navigation>li>a {
    color: #fff;
    padding-top: 22px;
    padding-bottom: 22px
}

.header-style-three .main-menu .navigation>li.current>a,
.header-style-three .main-menu .navigation>li:hover>a {
    color: var(--theme-color)
}

.header-style-three .outer-box .main-column {
    position: relative;
    display: flex;
    align-items: center
}

.header-style-three .outer-box .main-column .logo-box {
    margin-right: 100px
}

.header-style-three .outer-box .logo-box {
    padding: 15px 0
}

.header-style-three .menu-right-content .login-box {
    margin-right: 20px
}

.header-style-three .menu-right-content .login-box a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px 12px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .3)
}

.header-style-three .menu-right-content .login-box a i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
    top: 5px
}

.header-style-three .menu-right-content .login-box a:hover {
    color: var(--theme-color);
    background: #fff;
    border-color: #fff
}

.header-style-three .menu-right-content .support-box {
    position: relative;
    display: block;
    padding-left: 50px
}

.header-style-three .menu-right-content .support-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%
}

.header-style-three .menu-right-content .support-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
    background: #fff;
    padding: 12px 30px;
    border-radius: 40px
}

.header-style-three .menu-right-content .support-box a:hover {
    color: var(--theme-color)
}

.header-style-three .sticky-header {
    background: -webkit-linear-gradient(0deg, #120c1a 50%, #7921f4);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.banner-style-three {
    position: relative
}

.banner-style-three .slide-item {
    position: relative;
    padding: 265px 0 630px
}

.banner-style-three .slide-item:before {
    height: 100%;
    top: 0;
    opacity: .85
}

.banner-style-three .slide-item:after,
.banner-style-three .slide-item:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, #391867, #120c1a);
    width: 100%;
    left: 0;
    z-index: 1
}

.banner-style-three .slide-item:after {
    height: 30%;
    bottom: 0
}

.banner-style-three .content-box {
    position: relative;
    display: block
}

.banner-style-three .content-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.banner-style-three .content-box .icon-box img {
    display: inline-block
}

.banner-style-three .content-box h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 12px
}

.banner-style-three .content-box h6:before {
    left: 0
}

.banner-style-three .content-box h6:after,
.banner-style-three .content-box h6:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .3);
    width: 70px;
    height: 1px;
    top: 12px
}

.banner-style-three .content-box h6:after {
    right: 0
}

.banner-style-three .content-box h2 {
    margin-bottom: 18px
}

.banner-style-three .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 42px
}

.banner-carousel .content-box p {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s ease
}

.banner-carousel .swiper-slide-active .content-box p {
    opacity: 1;
    transition-delay: 1s;
    transform: translateY(0)
}

.banner-style-three .content-box .btn-box .theme-btn.btn-two {
    color: #fff
}

.banner-style-three .content-box .btn-box .theme-btn.btn-two:before,
.banner-style-three .content-box .btn-box .theme-btn.btn-two:hover {
    background: var(--theme-color)
}

.banner-style-three .social-links {
    position: absolute;
    left: 80px;
    top: 386px;
    z-index: 1
}

.banner-style-three .social-links li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.banner-style-three .social-links li:last-child {
    margin-bottom: 0
}

.banner-style-three .social-links li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--title-color)
}

.banner-style-three .social-links li a:hover {
    background: transparent;
    color: #fff
}

.banner-style-three .owl-nav {
    position: absolute;
    top: 380px;
    right: 120px;
    height: 206px;
    z-index: 9
}

.banner-style-three .owl-nav button span {
    display: none
}

.banner-style-three .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 0
}

.banner-style-three .owl-nav button.owl-prev:before {
    position: absolute;
    content: "\f112";
    font-family: flaticon;
    font-size: 50px;
    color: #fff;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.banner-style-three .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-style-three .owl-nav button.owl-next:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 50px;
    color: #fff;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.banner-style-three .owl-nav button.owl-next:hover:before,
.banner-style-three .owl-nav button.owl-prev:hover:before {
    color: var(--theme-color)
}

.banner-style-three .owl-dots {
    position: absolute;
    top: 580px;
    right: 99px
}

.banner-style-three .owl-dots .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 1px;
    background: rgba(255, 255, 255, .15);
    margin: 0 0 15px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease
}

.banner-style-three .owl-dots .swiper-pagination-bullet-active {
    background: var(--theme-color);
    width: 5px;
    border-radius: 10px;
    left: -2px
}

.funfact-style-two {
    position: relative;
    width: 100%;
    margin-top: -544px;
    z-index: 1;
    padding-bottom: 93px
}

.funfact-style-two .title-text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px
}

.funfact-style-two .pricing-content {
    position: relative;
    padding-left: 30px;
    margin-right: -480px;
    margin-bottom: 80px
}

.funfact-style-two .pairs-block-one {
    background: var(--theme-color);
    box-shadow: none
}

.funfact-style-two .pairs-block-one .inner-box .left-column .icon-box {
    background: #fff
}

.funfact-style-two .pairs-block-one .inner-box .left-column .list-item li {
    color: #fff
}

.funfact-style-two .pairs-block-one .inner-box .right-column .currency-rate {
    color: #fff !important
}

.funfact-style-two .pairs-block-one .inner-box .left-column .currency,
.funfact-style-two .pairs-block-one .inner-box .right-column .sell {
    color: #b7b1be
}

.funfact-style-two .pairs-block-one .inner-box .right-column .theme-btn {
    border-color: #fff;
    color: #fff
}

.funfact-style-two .funfact-block-one .inner-box {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0
}

.funfact-style-two .funfact-block-one .inner-box h2 {
    color: #fff;
    border-color: rgba(255, 255, 255, .15)
}

.funfact-style-two .funfact-block-one .inner-box p {
    color: #b7b1be
}

.about-style-two {
    position: relative;
    padding: 120px 0
}

.about-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 10px;
    padding-top: 50px;
    padding-right: 360px
}

.about-style-two .image-box:before {
    position: absolute;
    content: "";
    border: 2px dashed #e1dee5;
    border-radius: 50%;
    left: 105px;
    top: -25px;
    width: 515px;
    height: 515px
}

.about-style-two .image-box .image {
    position: relative;
    display: block;
    border-radius: 10px
}

.about-style-two .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.about-style-two .image-box .experience-box {
    position: absolute;
    top: 0;
    right: 90px;
    width: 240px;
    border-radius: 10px;
    padding: 30px 30px 23px;
    background: var(--theme-color)
}

.about-style-two .image-box .experience-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 21px
}

.about-style-two .image-box .experience-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 8px
}

.about-style-two .image-box .experience-box h2 span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200
}

.about-style-two .image-box .experience-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.about-style-two .image-box .experience-box .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 127px;
    height: 153px;
    background-repeat: no-repeat
}

.about-style-two .image-box .image-content {
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    width: 330px;
    border-radius: 10px;
    padding: 24px 30px 22px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12)
}

.about-style-two .image-box .image-content h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px
}

.about-style-two .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: var(--theme-color)
}

.about-style-two .image-box .image-content p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    padding-left: 18px
}

.about-style-two .image-box .image-content p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #53b764;
    font-size: 18px
}

.about-style-two .image-box .image-content .bar {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.about-style-two .content-box {
    position: relative;
    display: block
}

.about-style-two .content-box .sec-title {
    margin-bottom: 31px
}

.about-style-two .content-box .text-box p {
    margin-bottom: 26px
}

.about-style-two .content-box .text-box .single-item {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 43px
}

.about-style-two .content-box .text-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 8px
}

.about-style-two .content-box .text-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.about-style-two .content-box .text-box .single-item p {
    margin-bottom: 0
}

.bg-color-5 {
    background: #f4f1f7
}

.pricing-style-two {
    position: relative;
    padding: 113px 0 90px
}

.pricing-block-two {
    position: relative;
    overflow: hidden;
    padding-top: 40px
}

.pricing-block-two .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 23px 40px 40px;
    margin-bottom: 30px
}

.pricing-block-two .pricing-table .table-header h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 4px
}

.pricing-block-two .pricing-table .table-header p {
    margin-bottom: 23px
}

.pricing-block-two .pricing-table .table-header h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--theme-color);
    padding: 7px 0;
    z-index: 1
}

.pricing-block-two .pricing-table .table-header h2:before {
    position: absolute;
    content: "";
    background: #f4f1f7;
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 40px 40px 0;
    z-index: -1
}

.pricing-block-two .pricing-table .table-header h2 span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--title-color)
}

.pricing-block-two .pricing-table .table-content {
    position: relative;
    padding: 20px 0
}

.pricing-block-two .pricing-table .feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #5f5c63;
    padding: 14px 0 13px;
    border-bottom: 1px solid #e1dee5
}

.pricing-block-two .pricing-table .feature-list li:last-child {
    border-bottom: none
}

.pricing-block-two .pricing-table .feature-list li span {
    float: right;
    color: var(--title-color);
    font-weight: 500
}

.pricing-block-two .pricing-table .table-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.check-box input {
    display: none
}

.check-box label {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    padding-left: 28px;
    display: inline-block;
    cursor: pointer
}

.check-box label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #e1dee5;
    background: transparent
}

.check-box label:after {
    position: absolute;
    content: "";
    left: 6px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--theme-color);
    opacity: 0;
    transition: all .5s ease
}

.check-box input:checked+label:after {
    opacity: 1
}

.pricing-block-two .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    padding: 16px 0 17px 37px;
    z-index: 1
}

.pricing-block-two .pricing-table .table-footer a:before {
    position: absolute;
    content: "";
    background: #f4f1f7;
    width: calc(100% + 40px);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 40px 0 0 40px;
    z-index: -1
}

.pricing-block-two .pricing-table .table-footer a span {
    position: relative;
    padding-left: 24px
}

.pricing-block-two .pricing-table .table-footer a span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 20px;
    left: 0;
    top: -3px
}

.pricing-block-two .pricing-table .table-footer a:hover {
    color: var(--theme-color)
}

.pricing-block-two .special-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6px 15px 14px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 10px 10px 0 0
}

.pricing-block-two .special-text h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    padding-left: 22px
}

.pricing-block-two .special-text h6:before {
    position: absolute;
    content: "\f11b";
    font-family: flaticon;
    font-size: 20px;
    left: 0;
    top: 1px
}

.pricing-style-two .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px
}

.pricing-style-two .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    background: #e5e2e9;
    padding: 15px 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all .5s ease
}

.pricing-style-two .tab-btns li.active-btn {
    background: var(--theme-color) !important;
    color: #fff
}

.bg-color-6 {
    background: -webkit-linear-gradient(-45deg, #120c1a 50%, #7921f4)
}

.cta-section.bg-color-6 .content-box h3:before {
    background-image: url(/images/shape/shape-18.png)
}

.news-style-two {
    position: relative
}

.news-style-two .sec-title .theme-btn {
    position: absolute;
    right: 0;
    bottom: 12px
}

.news-style-two .swiper {
    overflow: visible
}

.news-style-two .swiper-slide {
    opacity: 0;
    visibility: hidden
}

.news-style-two .swiper-slide.swiper-slide-active,
.news-style-two .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible
}

.news-block-two {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 220px;
    min-height: 194px;
    margin-bottom: 26px
}

.news-block-two .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    border-radius: 10px
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 10px
}

.news-block-two .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f1f7;
    color: var(--theme-color);
    border-radius: 40px;
    text-align: center;
    padding: 9px 20px;
    margin-bottom: 23px
}

.news-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.news-block-two .inner-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.news-block-two .inner-box h3 a:hover {
    color: var(--theme-color)
}

.news-block-two .lower-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-block-two .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 19px;
    border: 1px solid #dbe5e2;
    border-radius: 40px
}

.news-block-two .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #5f5c63;
    padding-left: 23px;
    margin-right: 34px
}

.news-block-two .lower-content .post-info li a {
    display: inline-block;
    color: #5f5c63
}

.news-block-two .lower-content .post-info li a:hover {
    color: var(--theme-color)
}

.news-block-two .lower-content .post-info li:last-child {
    margin: 0 !important
}

.news-block-two .lower-content .post-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #b9b3c0
}

.news-block-two .lower-content .post-info li:before {
    position: absolute;
    content: "";
    background: #c2d2cd;
    width: 3px;
    height: 14px;
    right: -17px;
    top: 6px;
    border-radius: 2px
}

.news-block-two .lower-content .post-info li:last-child:before {
    display: none
}

.news-block-two .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 44px;
    font-size: 20px;
    color: var(--title-color);
    text-align: center;
    border-radius: 40px;
    border: 1px solid #e1dee5
}

.news-block-two .lower-content .link a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.news-style-two .dots-style-one {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 64px
}

.news-style-two .dots-style-one .swiper-pagination-bullet {
    background-color: #c6d5d0
}

.news-style-two .nav-style-one {
    position: absolute;
    display: block;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -32px;
    z-index: 99
}

.news-style-two .nav-style-one button {
    color: var(--title-color)
}

.news-style-two .nav-style-one button.owl-prev {
    position: absolute;
    left: 0;
    top: 0
}

.news-style-two .nav-style-one button.owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.news-style-two .inner-container {
    position: relative
}

.chooseus-style-three {
    position: relative;
    background: -webkit-linear-gradient(-45deg, #120c1a 50%, #7921f4 200%)
}

.chooseus-style-three .single-item {
    position: relative;
    display: inline-block;
    margin-bottom: 60px
}

.chooseus-style-three .left-column .single-item {
    float: right
}

.chooseus-style-three .left-column .single-item:nth-child(2n) {
    float: left
}

.chooseus-style-three .single-item:last-child {
    margin-bottom: 0
}

.chooseus-style-three .single-item h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.chooseus-style-three .single-item h5 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 16px 20px 18px 70px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 40px;
    width: 300px
}

.chooseus-style-three .single-item h5 a:hover {
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.chooseus-style-three .single-item h5 a i {
    position: absolute;
    left: 9px;
    top: 9px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--title-color)
}

.chooseus-style-three .single-item h5 a:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .15);
    width: 49px;
    height: 1px;
    top: 50%;
    transition: all .5s ease
}

.chooseus-style-three .single-item h5 a:hover:before {
    background: var(--theme-color)
}

.chooseus-style-three .left-column .single-item h5 a:before {
    right: -50px
}

.chooseus-style-three .right-column .single-item h5 a:before {
    left: -50px
}

.chooseus-style-three .left-column .single-item:nth-child(2n) h5 a:before {
    right: -130px;
    width: 129px
}

.chooseus-style-three .image-box {
    position: relative;
    display: block;
    margin: 0 20px;
    overflow: hidden
}

.chooseus-style-three .image-box .image {
    position: relative;
    display: block;
    border-radius: 30px 30px 0 0
}

.chooseus-style-three .image-box .image img {
    width: 100%;
    border-radius: 30px 30px 0 0
}

.chooseus-style-three .right-column .single-item:nth-child(2n) {
    float: right
}

.chooseus-style-three .right-column .single-item:nth-child(2n) h5 a:before {
    left: -130px;
    width: 129px
}

.chooseus-style-three .image-box .shape {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 290px;
    height: 170px;
    background-repeat: no-repeat
}

.chooseus-style-three .image-box .big-text {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 72px;
    line-height: 82px;
    font-family: var(--title-font);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1)
}

.chooseus-style-three .inner-container {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 54px
}

.chooseus-style-three .lower-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 14px
}

.chooseus-style-three .lower-content p {
    color: #b7b1be;
    margin-bottom: 33px
}

.chooseus-style-three .lower-content .theme-btn {
    color: #fff
}

.working-style-two.bg-color-5 .working-block-two .inner-box h6,
.working-style-two.bg-color-5 .working-block-two .inner-box h6:before {
    background: #e5e2e9
}

.testimonial-style-two {
    position: relative
}

.testimonial-style-two .swiper {
    overflow: visible
}

.testimonial-block-two {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .12)
}

.testimonial-block-two h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 15px 30px;
    background: -webkit-linear-gradient(0deg, #120c1a, #4c1e8d)
}

.testimonial-block-two h5:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    background: #120c1a;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0)
}

.testimonial-block-two .inner-box {
    position: relative;
    padding: 45px 30px 37px
}

.testimonial-block-two .inner-box .author-box {
    position: relative;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 20px
}

.testimonial-block-two .inner-box .author-box .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 61px;
    height: 60px;
    border-radius: 50%
}

.testimonial-block-two .inner-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-two .inner-box .author-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.testimonial-block-two .inner-box .author-box .designation {
    position: relative;
    display: block;
    color: var(--theme-color)
}

.testimonial-block-two .inner-box p {
    margin-bottom: 25px
}

.testimonial-block-two .inner-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-block-two .inner-box .lower-box .text-box span {
    position: relative;
    display: block;
    color: var(--title-color);
    margin-bottom: 5px
}

.testimonial-block-two .inner-box .lower-box .text-box h3 {
    font-size: 22px;
    line-height: 32px;
    color: var(--theme-color)
}

.testimonial-block-two .inner-box .lower-box .rating {
    position: relative;
    display: inline-block;
    border: 1px solid #e1dee5;
    border-radius: 30px;
    padding: 9px 13px 7px
}

.testimonial-block-two .inner-box .lower-box .rating h6 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 24px
}

.testimonial-block-two .inner-box .lower-box .rating h6 i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #00b67a
}

.testimonial-style-two .dots-style-one {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 65px
}

.testimonial-style-two .dots-style-one .swiper-pagination-bullet {
    background-color: #c6d5d0
}

.testimonial-style-two .nav-style-one {
    position: absolute;
    display: block;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -33px;
    z-index: 99
}

.testimonial-style-two .nav-style-one button {
    color: var(--title-color)
}

.testimonial-style-two .nav-style-one button.owl-prev {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-style-two .nav-style-one button.owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.header-style-three .main-menu .navigation>li.dropdown>a:before {
    top: 24px
}

.clients-section {
    position: relative
}

.clients-section .clients-list li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #d8d5df
}

.clients-section .clients-list li:nth-child(4),
.clients-section .clients-list li:nth-child(8) {
    border: none
}

.clients-section .clients-list {
    position: relative
}

.clients-section .clients-list:before {
    position: absolute;
    content: "";
    background: #d8d5df;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%
}

.clients-section .clients-list li:first-child,
.clients-section .clients-list li:nth-child(2),
.clients-section .clients-list li:nth-child(3),
.clients-section .clients-list li:nth-child(4) {
    padding-bottom: 37px
}

.clients-section .clients-list li:nth-child(5),
.clients-section .clients-list li:nth-child(6),
.clients-section .clients-list li:nth-child(7),
.clients-section .clients-list li:nth-child(8) {
    padding-top: 41px
}

.clients-section .clients-list li img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    transition: all .5s ease
}

.clients-section .clients-list li img:hover {
    transform: scale(1.05)
}

.main-footer.style-three {
    background: -webkit-linear-gradient(-45deg, #120c1a 50%, #7921f4 150%)
}

.main-footer.style-three a,
.main-footer.style-three p {
    color: #b7b1be
}

.main-footer.style-three .logo-widget .single-item {
    position: relative;
    display: block;
    background: #251f2c;
    border-radius: 10px;
    padding: 20px 20px 30px 45px;
    max-width: 340px
}

.main-footer.style-three .logo-widget .single-item .inner-box {
    position: relative;
    padding-left: 147px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box span {
    position: relative;
    display: block;
    width: 100px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 11px 20px 28px;
    font-size: 14px;
    line-height: 18px;
    color: var(--title-color)
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 45px;
    left: 0;
    bottom: -45px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0)
}

.main-footer.style-three .logo-widget .single-item .inner-box p {
    color: #b7b1be;
    padding-top: 3px;
    padding-bottom: 14px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text {
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    text-align: center;
    padding: 7px 15px;
    background: var(--theme-color);
    z-index: 1
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text:after,
.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text:before {
    position: absolute;
    content: "";
    background: #5215a7;
    width: 11px;
    height: 46px;
    top: 0
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text:before {
    left: -11px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text:after {
    right: -11px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-1 {
    position: absolute;
    left: -26px;
    top: 0;
    width: 15px;
    height: 46px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-1:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 46px;
    background: #5215a7;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 100% 50%, 0 0)
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-1:before {
    position: absolute;
    content: "";
    background: #5215a7;
    width: 19px;
    height: 11px;
    left: 26px;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%, 0 0)
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-2 {
    position: absolute;
    right: -26px;
    top: 0;
    width: 15px;
    height: 46px
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 46px;
    background: #5215a7;
    -webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 0 49%, 100% 100%, 0 100%, 0 50%, 0 0)
}

.main-footer.style-three .logo-widget .single-item .inner-box .badge-box .text .decore-2:before {
    position: absolute;
    content: "";
    background: #5215a7;
    width: 19px;
    height: 11px;
    right: 26px;
    bottom: 0;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0)
}

.main-footer.style-three .logo-widget {
    margin-right: 30px
}

.main-footer.style-three .logo-widget .dots-style-one {
    position: absolute;
    right: 92px;
    bottom: 16px;
    z-index: 9;
    width: 60px
}

.main-footer.style-three .dots-style-one .swiper-pagination-bullet {
    margin-right: 10px
}

.main-footer.style-three .dots-style-one .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.main-footer.style-three .links-widget .links-list li a {
    color: #b7b1be
}

.main-footer.style-three .links-widget .links-list li a:hover,
.main-footer.style-three .links-widget .links-list li a:hover:before {
    color: var(--theme-color)
}

.main-footer.style-three .links-widget .links-list li a:before {
    color: #61596c
}

.main-footer .customer-widget .widget-content {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(0deg, #4c1e8e, #7921f5);
    padding: 37px 40px 33px;
    border-radius: 10px
}

.main-footer .customer-widget .widget-content .widget-title {
    padding-left: 85px;
    margin-bottom: 17px
}

.main-footer .customer-widget .widget-content .widget-title .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 10px
}

.main-footer .customer-widget .widget-content p {
    color: #b7b1be;
    margin-bottom: 23px
}

.main-footer .customer-widget .widget-content .clients-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.main-footer .customer-widget .widget-content .clients-list li {
    position: relative;
    margin-right: -15px
}

.main-footer .customer-widget .widget-content .clients-list li:last-child {
    margin-right: 0;
    margin-left: 25px
}

.main-footer .customer-widget .widget-content .clients-list li .image {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff
}

.main-footer .customer-widget .widget-content .clients-list li .image img {
    width: 100%;
    border-radius: 50%
}

.main-footer .customer-widget .widget-content .clients-list li span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: var(--theme-color);
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #fff
}

.main-footer .customer-widget .widget-content .clients-list li h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff
}

.main-footer .customer-widget .widget-content .btn-box .theme-btn {
    width: 100%;
    border-color: #fff;
    color: #fff;
    margin-bottom: 15px
}

.main-footer .customer-widget .widget-content .active-text {
    position: relative;
    display: block;
    text-align: center
}

.main-footer .customer-widget .widget-content .active-text span {
    position: relative;
    display: inline-block;
    color: #b7b1be;
    padding-left: 20px
}

.main-footer .customer-widget .widget-content .active-text span:before {
    position: absolute;
    content: "";
    background: #51b662;
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;
    border-radius: 50%
}

.main-footer.style-three .widget-section {
    padding: 113px 0 120px
}

.main-footer.style-three .bottom-inner .footer-nav li a {
    color: #b6adc2
}

.main-footer.style-three .bottom-inner .footer-nav li a:hover {
    color: var(--theme-color)
}

.header-style-four {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.header-upper {
    position: relative;
    width: 100%;
    padding-top: 30px
}

.header-upper .upper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-upper .single-item {
    position: relative;
    display: block
}

.header-upper .left-column .single-item {
    padding-left: 45px
}

.header-upper .right-column .single-item {
    padding-right: 45px;
    text-align: right
}

.header-upper .single-item .icon-box {
    position: absolute;
    top: 7px
}

.header-upper .left-column .single-item .icon-box {
    left: 0
}

.header-upper .right-column .single-item .icon-box {
    right: 0
}

.header-upper .single-item h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.header-upper .single-item h5 a {
    display: inline-block;
    color: var(--title-color)
}

.header-upper .single-item h5 a:hover {
    color: var(--theme-color)
}

.header-upper .single-item h5 span {
    color: #a49c98
}

.header-upper .single-item h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.header-upper .single-item h6 a {
    display: inline-block;
    color: var(--title-color)
}

.header-upper .single-item h6 a:hover {
    color: var(--theme-color)
}

.header-style-four .outer-box {
    padding: 0
}

.header-style-four .header-lower .outer-box {
    justify-content: center
}

.header-style-four .header-lower .main-menu .navigation>li>a {
    padding-top: 13px;
    padding-bottom: 13px
}

.header-style-four .header-lower .main-menu .navigation>li.dropdown>a:before {
    top: 15px
}

.header-style-four .header-lower .menu-area {
    position: relative;
    padding: 0 58px
}

.header-style-four .header-lower .menu-area .line-1 {
    position: absolute;
    left: 0;
    top: 25px;
    width: 9px;
    height: 9px;
    background: #ded4d0;
    border-radius: 50%
}

.header-style-four .header-lower .menu-area .line-1:before {
    position: absolute;
    content: "";
    background: #ded4d0;
    width: 5000px;
    height: 1px;
    top: 4px;
    right: 0
}

.header-style-four .header-lower .menu-area .line-2 {
    position: absolute;
    right: 0;
    top: 25px;
    width: 9px;
    height: 9px;
    background: #ded4d0;
    border-radius: 50%
}

.header-style-four .header-lower .menu-area .line-2:before {
    position: absolute;
    content: "";
    background: #ded4d0;
    width: 5000px;
    height: 1px;
    top: 4px;
    left: 0
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: var(--theme-color)
}

.banner-style-four {
    position: relative;
    padding: 250px 0 0;
    background: #f6ede9
}

.banner-style-four .outer-container {
    position: relative;
    padding: 0 120px
}

.banner-style-four .inner-box {
    position: relative;
    display: flex
}

.banner-style-four .inner-box .content-box {
    position: relative;
    max-width: 650px;
    width: 100%;
    z-index: 5
}

.banner-style-four .content-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 78px;
    height: 54px;
    line-height: 58px;
    font-size: 20px;
    color: #160f0c;
    border: 1px solid #160f0c;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 29px
}

.banner-style-four .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px
}

.banner-style-four .content-box p {
    font-size: 18px;
    line-height: 28px;
    color: #6a6461;
    margin-bottom: 28px
}

.banner-style-four .content-box .list-style-two li {
    color: var(--title-color)
}

.banner-style-four .content-box .list-style-two {
    margin-bottom: 38px
}

.banner-style-four .inner-box .content-box .list-inner {
    position: relative
}

.banner-style-four .inner-box .content-box .list-inner .shape {
    position: absolute;
    right: 160px;
    bottom: 0;
    width: 196px;
    height: 54px;
    background-repeat: no-repeat
}

.banner-style-four .image-box {
    position: relative;
    display: block
}

.banner-style-four .image-box .image-content {
    position: absolute;
    bottom: 165px;
    left: -200px;
    background: #fff;
    width: 330px;
    border-radius: 10px;
    padding: 24px 30px 22px;
    z-index: 1;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12)
}

.banner-style-four .image-box .image-content h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px
}

.banner-style-four .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: var(--theme-color)
}

.banner-style-four .image-box .image-content p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    padding-left: 18px
}

.banner-style-four .image-box .image-content p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #53b764;
    font-size: 18px
}

.banner-style-four .image-box .image-content .bar {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.banner-style-four .image-box .market-comparison {
    position: absolute;
    top: 80px;
    right: -95px;
    width: 190px;
    border-radius: 10px;
    padding: 24px 20px 27px;
    text-align: center;
    background: -webkit-linear-gradient(-45deg, #160f0c 50%, #411f0f);
    z-index: 1
}

.banner-style-four .image-box .market-comparison h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 17px
}

.banner-style-four .image-box .market-comparison .chart {
    position: relative;
    display: inline-block;
    margin-bottom: 19px
}

.banner-style-four .image-box .market-comparison .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px
}

.banner-style-four .image-box .market-comparison .list-item li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-left: 13px;
    margin-right: 15px
}

.banner-style-four .image-box .market-comparison .list-item li:last-child {
    margin: 0
}

.banner-style-four .image-box .market-comparison .list-item li:before {
    position: absolute;
    content: "";
    background: #51b662;
    width: 8px;
    height: 8px;
    left: 0;
    top: 6px;
    border-radius: 50%
}

.banner-style-four .image-box .market-comparison .list-item li:last-child:before {
    background: #ec404c
}

.banner-style-four .image-box .market-comparison h5 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px
}

.banner-style-four .image-box .market-comparison h3 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--theme-color)
}

.banner-style-four .image-box .image {
    position: relative;
    display: block
}

.banner-style-four .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: 560px;
    width: 100%;
    height: 628px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1
}

.banner-style-four .pattern-layer .pattern-2 {
    position: absolute;
    top: 175px;
    right: 120px;
    width: 325px;
    height: 359px;
    background-repeat: no-repeat
}

.banner-style-four .lower-text {
    position: relative;
    display: block;
    z-index: 2
}

.banner-style-four .lower-text h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.banner-style-four .lower-text h6 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
    padding-left: 31px
}

.banner-style-four .lower-text h6 a:hover {
    color: var(--theme-color)
}

.banner-style-four .lower-text h6 a i {
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--theme-color);
    font-size: 24px
}

.banner-style-four .rating-box {
    position: absolute;
    right: 285px;
    bottom: 140px;
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.banner-style-four .rating-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 8px
}

.banner-style-four .rating-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 9px
}

.banner-style-four .rating-box h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1px
}

.banner-style-four .rating-box h5 i {
    position: relative;
    margin: 0 2.5px;
    color: #e0cbc2
}

.banner-style-four .rating-box p {
    margin-bottom: 8px
}

.banner-style-four .rating-box span {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--theme-color)
}

.clients-style-two {
    position: relative;
    z-index: 2
}

.clients-style-two .sec-title {
    margin-bottom: 30px
}

.clients-style-two .inner-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: -webkit-linear-gradient(90deg, #362d29, #feede5);
    padding: 50px;
    border-top: 1px solid #fff;
    margin-bottom: -70px
}

.bg-color-7 {
    background: #f5ece8
}

.offers-style-two {
    position: relative;
    padding: 0 120px;
    z-index: 1
}

.offers-style-two .outer-container {
    position: relative;
    padding: 183px 0 120px;
    background: -webkit-linear-gradient(-45deg, #160f0c 50%, #411f0f);
    border-radius: 10px
}

.offers-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 20px;
    text-align: center
}

.offers-block-one .inner-box .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.offers-block-one .inner-box h5 {
    position: absolute;
    left: 30px;
    top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: var(--theme-color);
    font-weight: 700
}

.offers-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 40px;
    background: -webkit-linear-gradient(0deg, #160f0c, #411f0f);
    margin-bottom: 28px
}

.offers-block-one .inner-box .icon-box img {
    display: inline-block
}

.offers-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.offers-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.offers-block-one .inner-box h3 a:hover {
    color: var(--theme-color)
}

.offers-block-one .inner-box p {
    margin-bottom: 23px
}

.offers-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: var(--title-color)
}

.offers-block-one .inner-box .link a:hover {
    color: #fff;
    background: var(--theme-color)
}

.offers-style-two .dots-style-one {
    position: absolute;
    top: -52px;
    right: 5px;
    width: 160px
}

.offers-style-two .nav-style-one {
    position: absolute;
    top: -84px;
    right: -12px;
    width: 194px;
    z-index: 99
}

.offers-style-two .nav-style-one button {
    position: absolute;
    top: 0;
    color: #fff
}

.offers-style-two .nav-style-one button.owl-prev {
    left: 0
}

.offers-style-two .nav-style-one button.owl-next {
    right: 0
}

.offers-style-two .dots-style-one .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .25)
}

.offers-style-two .inner-container {
    position: relative
}

.offers-style-two .swiper-slide:nth-child(2n) {
    margin-top: 40px
}

.pricing-style-two.bg-color-7 .tab-btns li {
    background: #e9ded9
}

.pricing-style-two.bg-color-7 .pricing-block-two .pricing-table .table-footer a:before,
.pricing-style-two.bg-color-7 .pricing-block-two .pricing-table .table-header h2:before {
    background: #f5ece8
}

.about-style-three {
    position: relative;
    padding: 114px 0 118px;
    background: -webkit-linear-gradient(0deg, #160f0c 75%, #411f0f)
}

.about-style-three .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: no-repeat;
    background-position: 50%;
    opacity: .2
}

.about-style-three .inner-content {
    position: relative;
    margin-right: 100px;
    padding-right: 250px
}

.about-style-three .funfact-block-one .inner-box {
    width: 220px;
    border-radius: 200px;
    padding-top: 49px;
    padding-bottom: 44px
}

.about-style-three .funfact-block-one:first-child .inner-box {
    margin-bottom: 30px
}

.about-style-three .funfact-block-one:last-child {
    position: absolute;
    top: 160px;
    right: 0
}

.about-style-three .funfact-block-one:last-child .inner-box {
    background: #f5ece8
}

.about-style-three .funfact-block-one .inner-box h2 {
    border-bottom: 1px solid #ece6e4
}

.about-style-three .funfact-block-one:last-child .inner-box h2 {
    border-bottom: 1px solid #ded4d0
}

.about-style-three .content-box {
    position: relative;
    display: block
}

.about-style-three .content-box .sec-title {
    margin-bottom: 31px
}

.about-style-three .content-box .text-box {
    margin-bottom: 26px
}

.about-style-three .content-box .text-box p {
    color: #a49c98
}

.about-style-three .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.about-style-three .content-box .inner-box .single-item:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.about-style-three .content-box .inner-box .single-item .title-box {
    position: relative;
    display: block;
    padding-left: 63px
}

.about-style-three .content-box .inner-box .single-item .title-box .icon-box {
    position: absolute;
    left: 0;
    top: 7px
}

.about-style-three .content-box .inner-box .single-item .title-box h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.about-style-three .content-box .inner-box .single-item p {
    color: #a49c98
}

.about-style-three .content-box .inner-box .single-item .list-item {
    margin-top: 20px
}

.about-style-three .content-box .inner-box .single-item .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 35px
}

.about-style-three .content-box .inner-box .single-item .list-item li:last-child {
    margin-bottom: 0
}

.about-style-three .content-box .inner-box .single-item .list-item li:before {
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    left: 0;
    top: 1px;
    font-size: 20px;
    color: var(--theme-color)
}

.payout-system {
    position: relative;
    padding: 120px 0
}

.payout-system .content-box {
    position: relative;
    display: block;
    margin-right: -10px
}

.payout-system .content-box .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    background: -webkit-linear-gradient(0deg, #f5ece8, #ffffff);
    margin-bottom: 33px;
    padding: 25px 30px 23px
}

.payout-system .content-box .inner-box .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-left: 33px
}

.payout-system .content-box .inner-box .list-item li .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: var(--theme-color)
}

.payout-system .content-box .inner-box .list-item li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 3px
}

.payout-system .content-box .inner-box .list-item li:before {
    position: absolute;
    content: "";
    background: #e1d8d4;
    width: 1px;
    height: calc(100% - 12px);
    top: 5px;
    right: 30px
}

.payout-system .content-box .inner-box .list-item li:last-child:before {
    display: none
}

.payout-system .content-box .text-box p {
    margin-bottom: 33px
}

.payout-system .image-box {
    position: relative;
    display: block;
    padding-left: 100px
}

.payout-system .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 14px;
    padding-left: 40px;
    border-radius: 0 0 200px 170px
}

.payout-system .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 0 0 200px 180px;
    z-index: 1
}

.payout-system .image-box .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(90deg, #ffffff 0, var(--theme-color) 100%);
    border-radius: 250px 250px 250px 280px
}

.payout-system .image-box .card-image {
    position: absolute;
    left: 0;
    bottom: 70px
}

.video-section {
    position: relative;
    overflow: hidden;
    padding: 113px 0 120px
}

.video-section .video-content {
    position: relative;
    margin-right: 35px
}

.video-section .video-inner {
    position: relative;
    text-align: center;
    padding: 170px 0;
    border-radius: 25px
}

.video-section .video-inner,
.video-section .video-inner .bg-layer {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.video-section .video-inner .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.video-section .video-inner .video-btn a {
    position: relative;
    display: inline-block
}

.video-section .content-box {
    position: relative;
    display: block
}

.video-section .content-box .sec-title {
    margin-bottom: 31px
}

.video-section .content-box .text-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px
}

.video-section .content-box .text-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #a49c98;
    font-weight: 500;
    margin-bottom: 16px
}

.video-section .content-box .text-box p {
    margin-bottom: 33px
}

.video-section .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.highlights-section {
    position: relative;
    padding: 113px 0 114px;
    background: -webkit-linear-gradient(-15deg, #160f0c 75%, #411f0f)
}

.highlights-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0 20px
}

.highlights-section .highlights-block:first-child .highlights-block-one .inner-box,
.highlights-section .highlights-block:nth-child(2) .highlights-block-one .inner-box,
.highlights-section .highlights-block:nth-child(3) .highlights-block-one .inner-box {
    padding-bottom: 43px;
    margin-bottom: 47px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.highlights-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .12);
    width: 1px;
    height: 210px;
    top: 3px;
    right: -15px
}

.highlights-section .highlights-block:nth-child(3) .highlights-block-one .inner-box:before,
.highlights-section .highlights-block:nth-child(6) .highlights-block-one .inner-box:before {
    display: none
}

.highlights-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 33px
}

.highlights-block-one .inner-box .icon-box:before {
    transform: rotate(45deg)
}

.highlights-block-one .inner-box .icon-box:after,
.highlights-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .08);
    width: 76px;
    height: 96px;
    left: 7px;
    top: 0;
    border-radius: 100px
}

.highlights-block-one .inner-box .icon-box:after {
    transform: rotate(-45deg)
}

.highlights-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.highlights-block-one .inner-box h3 a {
    display: inline-block;
    color: #fff
}

.highlights-block-one .inner-box h3 a:hover {
    color: var(--theme-color)
}

.highlights-block-one .inner-box p {
    color: #a49c98
}

.footer-contact-area {
    position: relative;
    background: -webkit-linear-gradient(-30deg, #160f0c 75%, #411f0f)
}

.footer-contact-area .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.contact-section {
    position: relative;
    padding-top: 120px
}

.contact-section .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 50px 50px;
    border-radius: 10px
}

.contact-section .form-inner .sec-title h2 {
    font-size: 40px;
    line-height: 50px
}

.contact-section .form-inner .sec-title {
    margin-bottom: 27px
}

.contact-section .form-inner .info-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.contact-section .form-inner .info-list li {
    margin-right: 10px
}

.contact-section .form-inner .info-list li:last-child {
    margin: 0
}

.contact-section .form-inner .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    background: #f5ece8;
    padding: 9px 20px;
    border-radius: 40px;
    text-align: center;
    z-index: 1
}

.contact-section .form-inner .info-list li a:hover {
    color: #fff
}

.contact-section .form-inner .info-list li a:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-30deg, #160f0c 75%, #411f0f);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease
}

.contact-section .form-inner .info-list li a:hover:before {
    opacity: 1
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 19px
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0
}

.contact-section .form-inner .form-group input[type=email],
.contact-section .form-inner .form-group input[type=text],
.contact-section .form-inner .form-group select,
.contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #ece6e4;
    font-size: 16px;
    color: #7d7373;
    transition: all .5s ease
}

.contact-section .form-inner .form-group select {
    cursor: pointer
}

.contact-section .form-inner .form-group .select-box {
    min-height: 54px
}

.contact-section .form-inner .form-group .nice-select {
    position: relative;
    line-height: 54px;
    border-radius: 0;
    text-transform: none
}

.contact-section .form-inner .form-group .nice-select:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 20px;
    color: #a59d99;
    top: 3px;
    right: 0
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
    border-color: var(--theme-color)
}

.contact-section .form-inner .form-group textarea {
    height: 94px;
    resize: none;
    padding-top: 14px
}

.contact-section .form-inner .message-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5ece8;
    padding-left: 33px;
    border-radius: 40px;
    margin-top: 21px
}

.contact-section .form-inner .message-btn .check-box label {
    font-weight: 400;
    color: #726e6d;
    font-family: var(--text-font);
    padding-left: 22px
}

.contact-section .form-inner .message-btn .check-box label:before {
    border-color: #d4cbc8;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    top: 6px
}

.contact-section .form-inner .message-btn .check-box label:after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 4px
}

.contact-section .form-inner .message-btn .theme-btn {
    background: #fff
}

.contact-section .form-inner .message-btn .theme-btn:hover {
    background: var(--theme-color)
}

.contact-section .content-box {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: 49px 39px 43px
}

.contact-section .content-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.contact-section .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 23px
}

.contact-section .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px
}

.contact-section .content-box p {
    position: relative;
    display: block;
    color: #a49c98;
    margin-bottom: 302px
}

.contact-section .content-box .theme-btn {
    width: 100%;
    margin-bottom: 19px;
    background: #fff;
    color: var(--title-color)
}

.contact-section .content-box .theme-btn:hover {
    color: #fff;
    background: var(--theme-color)
}

.contact-section .content-box .theme-btn:before {
    background: var(--theme-color)
}

.contact-section .content-box .active-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #a49c98;
    padding-left: 20px
}

.contact-section .content-box .active-text:before {
    position: absolute;
    content: "";
    background: #51b662;
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;
    border-radius: 50%
}

.contact-section .content-box .special-text {
    position: absolute;
    top: 52px;
    right: -60px
}

.contact-section .content-box h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background: #fff;
    border-radius: 40px;
    padding: 12px 20px 12px 53px;
    transform: rotate(-10deg)
}

.contact-section .content-box h6 img {
    position: absolute;
    left: 20px;
    top: 12px
}

.contact-section .content-box .special-text .shape {
    position: absolute;
    left: -50px;
    top: -23px;
    width: 50px;
    height: 63px;
    background-repeat: no-repeat
}

.footer-style-four {
    position: relative
}

.footer-style-four .footer-top {
    padding: 114px 0 31px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.footer-style-four .footer-top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-style-four .footer-top-inner .footer-top-info {
    position: relative;
    text-align: right
}

.footer-style-four .footer-top-inner .footer-top-info p {
    color: #fff;
    margin-bottom: 8px
}

.footer-style-four .footer-top-inner .footer-top-info p a {
    display: inline-block;
    color: var(--theme-color)
}

.footer-style-four .footer-top-inner .footer-top-info p a:hover {
    text-decoration: underline
}

.footer-style-four .footer-top-inner .footer-nav {
    position: relative;
    display: flex;
    align-items: center
}

.footer-style-four .footer-top-inner .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 23px
}

.footer-style-four .footer-top-inner .footer-nav li:last-child {
    margin: 0 !important
}

.footer-style-four .footer-top-inner .footer-nav li a {
    display: inline-block;
    color: #fff
}

.footer-style-four .footer-top-inner .footer-nav li a:hover {
    color: var(--theme-color)
}

.footer-style-four .footer-top-inner .footer-nav li:before {
    position: absolute;
    content: ".";
    font-size: 17px;
    right: -14px;
    bottom: 1px;
    color: #fff
}

.footer-style-four .footer-top-inner .footer-nav li:last-child:before {
    display: none
}

.footer-style-four .widget-section {
    position: relative;
    padding: 70px 0 114px
}

.footer-style-four .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.footer-style-four .widget-title h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #a49c98
}

.footer-style-four .newsletter-widget p {
    color: #fff;
    margin-bottom: 23px
}

.footer-style-four .newsletter-widget form .form-group {
    position: relative;
    margin-bottom: 23px
}

.footer-style-four .newsletter-widget form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 16px;
    color: #726e6d;
    padding: 10px 60px 10px 30px;
    transition: all .4s ease
}

.footer-style-four .newsletter-widget form .form-group button[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 44px;
    line-height: 50px;
    background: #160f0c;
    text-align: center;
    font-size: 24px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease
}

.footer-style-four .newsletter-widget form .form-group input:focus {
    border-color: var(--theme-color)
}

.footer-style-four .newsletter-widget form .form-group button:hover,
.footer-style-four .newsletter-widget form .form-group input:focus+button {
    background: var(--theme-color)
}

.footer-style-four .newsletter-widget {
    margin-right: 30px
}

.list-style-four li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 10px
}

.list-style-four li:last-child {
    margin-bottom: 0
}

.list-style-four li:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    left: 0;
    top: 0;
    color: var(--theme-color)
}

.footer-style-four .social-widget .social-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-style-four .social-widget .social-list li:last-child {
    margin-bottom: 0
}

.footer-style-four .social-widget .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 30px
}

.footer-style-four .social-widget .social-list li a i {
    position: absolute;
    left: 0;
    top: 5px
}

.footer-style-four .social-widget .social-list li a:hover {
    color: var(--theme-color)
}

.footer-style-four .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-style-four .links-widget .links-list li:last-child {
    margin-bottom: 0
}

.footer-style-four .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.footer-style-four .links-widget .links-list li a:hover {
    color: var(--theme-color)
}

.footer-style-four .footer-bottom {
    background: rgba(255, 255, 255, .05)
}

.footer-style-four .footer-bottom .footer-card {
    position: relative;
    display: flex;
    align-items: center
}

.footer-style-four .footer-bottom .footer-card li {
    margin-right: 10px
}

.footer-style-four .footer-bottom .footer-card li:last-child {
    margin: 0
}

.footer-style-four .footer-bottom .footer-card li h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff
}

.footer-style-four .footer-bottom .scroll-to-target {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 26px;
    transition: all .5s ease
}

.footer-style-four .footer-bottom .scroll-to-target:hover {
    color: var(--theme-color)
}

.footer-style-four .footer-bottom .scroll-to-target i {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 16px;
    font-weight: 400
}

.header-style-five {
    position: relative
}

.header-top-three {
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(0deg, #16120d, #9d6c21);
    padding: 9px 0
}

.header-top-three .outer-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px
}

.header-top-three .left-column h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    padding-left: 23px
}

.header-top-three .left-column h6 i {
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 400;
    color: var(--theme-color);
    font-size: 20px
}

.header-top-three .left-column h6 strong {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-right: 10px
}

.header-top-three .left-column h6 span {
    display: inline-block;
    color: var(--theme-color);
    border-bottom: 1px dotted var(--theme-color)
}

.header-top-three .right-column,
.header-top-three .right-column .links-list {
    position: relative;
    display: flex;
    align-items: center
}

.header-top-three .right-column .links-list {
    margin-right: 50px
}

.header-top-three .right-column .links-list li {
    margin-right: 40px
}

.header-top-three .right-column .links-list li:last-child {
    margin: 0
}

.header-top-three .right-column .links-list li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.header-top-three .right-column .links-list li a:hover {
    text-decoration: underline
}

.header-top-three .right-column .social-links {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px
}

.header-top-three .right-column .social-links li {
    margin-right: 25px
}

.header-top-three .right-column .social-links li:last-child {
    margin: 0
}

.header-top-three .right-column .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff
}

.header-style-five .header-lower {
    position: relative
}

.header-style-five .header-lower .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(254, 189, 88, .15)
}

.header-style-five .outer-box {
    padding: 0 80px
}

.header-style-five .menu-area,
.header-style-five .outer-box {
    position: relative;
    display: flex;
    align-items: center
}

.header-style-five .menu-area .search-box-outer {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    margin-left: 80px;
    transition: all .5s ease
}

.header-style-five .menu-area .search-box-outer:hover {
    color: var(--theme-color)
}

.header-style-five .menu-area .search-box-outer:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .25);
    width: 1px;
    height: 22px;
    left: -40px;
    top: 0
}

.header-style-five .menu-right-content .link-box .icon-box {
    background: var(--theme-color);
    color: #16120d
}

.header-style-five .menu-right-content .link-box h6 a {
    color: #fff
}

.header-style-five .menu-right-content .link-box h6 a i {
    color: #fff;
    transition: all .5s ease
}

.header-style-five .menu-right-content .link-box h6 a:hover i {
    color: var(--theme-color)
}

.header-style-five .main-menu .navigation>li>a {
    padding-top: 27px;
    padding-bottom: 27px;
    color: #fff
}

.header-style-five .sticky-header {
    background: #1a150e;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, .8);
    transform: translateY(101%);
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.search-popup.popup-visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.search-popup .popup-inner {
    width: 100%;
    background: -webkit-linear-gradient(0deg, #16120d, #9d6c21);
    height: 100%
}

.search-popup .upper-box {
    padding: 70px;
    z-index: 99
}

.search-popup .upper-box .logo-box {
    max-width: 182px
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.search-popup .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-popup .close-search {
    position: relative;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    text-transform: capitalize;
    transition: all .5s ease
}

.search-popup .close-search:hover {
    color: red
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0 250px
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0
}

.search-popup .search-form input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, .1);
    line-height: 30px;
    font-size: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
    padding: 20px 50px 20px 30px;
    color: #fff
}

.search-popup .search-form button[type=submit] {
    position: absolute;
    top: 21px;
    right: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease
}

.search-popup .form-control:focus {
    box-shadow: none !important
}

.banner-style-five {
    position: relative;
    overflow: hidden
}

.banner-style-five .slide-item {
    position: relative;
    padding: 251px 0 265px
}

.banner-style-five .slide-item:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(90deg, rgba(22, 18, 13, .95) 15%, rgba(22, 18, 13, 0));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.banner-style-five .slide-item:after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-90deg, rgba(22, 18, 13, .95) 15%, rgba(22, 18, 13, 0));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.banner-style-five .content-box {
    position: relative;
    display: block;
    margin-left: 200px;
    max-width: 850px
}

.banner-style-five .content-box h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px
}

.banner-style-five .content-box p {
    font-size: 18px;
    line-height: 28px;
    color: #e2d8c9;
    margin-bottom: 0
}

.banner-style-five .pattern-layer .pattern-1 {
    height: 100px
}

.banner-style-five .pattern-layer .pattern-1,
.banner-style-five .pattern-layer .pattern-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 2
}

.banner-style-five .pattern-layer .pattern-2 {
    height: 135px
}

.banner-style-five .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99
}

.banner-style-five .owl-nav button span {
    display: none
}

.banner-style-five .owl-nav button.owl-prev {
    position: absolute;
    left: 65px;
    top: 0
}

.banner-style-five .owl-nav button.owl-prev:before {
    position: absolute;
    content: "\f10c";
    font-family: flaticon;
    font-size: 50px;
    color: #fff;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.banner-style-five .owl-nav button.owl-next {
    position: absolute;
    right: 116px;
    top: 0
}

.banner-style-five .owl-nav button.owl-next:before {
    position: absolute;
    content: "\f10d";
    font-family: flaticon;
    font-size: 50px;
    color: #fff;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.banner-style-five .owl-nav button.owl-next:hover:before,
.banner-style-five .owl-nav button.owl-prev:hover:before {
    color: var(--theme-color)
}

.banner-style-five .banner-carousel .swiper-pagination {
    position: absolute;
    left: 119px;
    top: 254px;
    counter-reset: slides-num;
    min-height: 30px;
    min-width: 51px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    text-align: left
}

.banner-style-five .banner-carousel .swiper-pagination:after {
    position: absolute;
    left: 55px;
    top: 42px;
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #a79f93;
    font-weight: 500
}

.banner-style-five .banner-carousel .swiper-pagination:before {
    position: absolute;
    content: "";
    left: 50px;
    top: 46px;
    width: 1px;
    height: 15px;
    background: #a79f93;
    transform: rotate(15deg)
}

.banner-style-five .banner-carousel .owl-dots .swiper-pagination-bullet {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: slides-num;
    font-size: 70px;
    line-height: 70px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #fff;
    background: transparent
}

.banner-style-five .banner-carousel .owl-dots .swiper-pagination-bullet-active:before {
    position: absolute;
    content: counter(slides-num)
}

.banner-style-five .banner-carousel .owl-dots .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "0";
    top: 0;
    right: 0
}

.banner-style-five .curve-text {
    position: absolute;
    right: -113px;
    bottom: -59px;
    top: inherit;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
    background: transparent
}

.banner-style-five .curve-text .curved-circle-2 {
    position: absolute;
    left: -55px;
    top: -55px;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

.banner-style-five .curve-text .link {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%)
}

.banner-style-five .curve-text .link a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #fff
}

.banner-style-five .curve-text .link a:hover {
    color: var(--theme-color)
}

.about-style-four {
    position: relative
}

.about-style-four .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px
}

.about-style-four .inner-box .text-box {
    max-width: 685px
}

.about-style-four .inner-box .award-box .badge {
    position: relative;
    display: block;
    margin-bottom: 14px
}

.about-style-four .inner-box .award-box span {
    position: relative;
    display: block;
    font-size: 16px
}

.about-style-four .inner-box .text-box p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 42px
}

.about-style-four .inner-box .text-box .signature {
    position: relative;
    display: block;
    margin-bottom: 19px
}

.about-style-four .inner-box .text-box h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.about-style-four .inner-box .text-box h5 span {
    color: #a79f93
}

.about-style-four .sec-title {
    margin-bottom: 38px
}

.about-style-four .links-box .links-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-style-four .links-box .links-list li {
    margin-right: 20px
}

.about-style-four .links-box .links-list li:last-child {
    margin-right: 0
}

.about-style-four .links-box .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--title-color);
    background: #f7f0e5;
    padding: 13px 30px 14px 60px;
    border-radius: 40px
}

.about-style-four .links-box .links-list li a:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.about-style-four .links-box .links-list li a span {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    transition: all .4s ease
}

.about-style-four .links-box .links-list li a:hover span {
    background: var(--theme-color)
}

.highlights-style-two {
    position: relative;
    background: -webkit-linear-gradient(-45deg, #16120d 50%, #634618);
    padding: 114px 0 90px
}

.highlights-block-two .inner-box {
    position: relative;
    display: block;
    padding: 33px 30px 33px 145px;
    border-radius: 10px;
    margin-bottom: 30px
}

.highlights-block-two .inner-box:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    opacity: .08
}

.highlights-block-two .inner-box:after {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 1px;
    height: calc(100% - 100px);
    left: 111px;
    top: 50px
}

.highlights-block-two .inner-box h2 {
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 36px;
    line-height: 46px;
    color: var(--theme-color);
    min-width: 50px
}

.highlights-block-two .inner-box h2:before {
    top: 40px
}

.highlights-block-two .inner-box h2:after,
.highlights-block-two .inner-box h2:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: solid;
    border-width: 2px;
    border-color: var(--theme-color);
    border-radius: 50%;
    right: -27px
}

.highlights-block-two .inner-box h2:after {
    bottom: 40px
}

.highlights-block-two .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.highlights-block-two .inner-box h3 a {
    display: inline-block;
    color: #fff
}

.highlights-block-two .inner-box h3 a:hover {
    color: var(--theme-color)
}

.highlights-block-two .inner-box p {
    color: #a79f93
}

.highlights-style-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.bg-color-8 {
    background: #f7f0e5
}

.funding-section.home-5 .tab-btn-one .tab-btns li span {
    color: #a79f93
}

.funding-section.home-5 .tab-btn-one .tab-btns li.active-btn span {
    color: var(--title-color)
}

.funding-section.home-5 .tab-btn-two .tab-btns li {
    color: #6b6965
}

.funding-section.home-5 .tab-btn-two .tab-btns li:before {
    border-color: #d3ccc1
}

.funding-section.home-5 .tab-btn-two .tab-btns li:after {
    background: #d3ccc1
}

.funding-section.home-5 .tab-btn-two .tab-btns li.active-btn {
    color: var(--title-color)
}

.funding-section.home-5 .tab-btn-two .tab-btns li.active-btn:before {
    border-color: var(--theme-color)
}

.funding-section.home-5 .tab-btn-two .tab-btns li.active-btn:after {
    background: var(--theme-color)
}

.funding-section.home-5 .sec-title .icon-box {
    color: var(--title-color)
}

.funding-section.home-5 .content-box .inner-box {
    background: -webkit-linear-gradient(-45deg, #16120d 50%, #473214)
}

.funding-section.home-5 .content-box .trading-list li {
    background: #e2d8c9;
    color: #6b6965
}

.funding-section.home-5 .content-box .trading-list li span {
    background: #eae1d3
}

.funding-section.home-5 .content-box .trading-list li:before {
    background: #bbb09e
}

.offer-style-three {
    position: relative;
    padding: 120px 0 112px
}

.offer-style-three .image-box {
    position: relative;
    display: block;
    margin-right: 30px
}

.offer-style-three .image-box .image {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden
}

.offer-style-three .image-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3));
    transform: skewX(-25deg);
    z-index: 1
}

.offer-style-three .image-box .image:hover:before {
    animation: shine 1s
}

@keyframes shine {
    to {
        left: 125%
    }
}

.offer-style-three .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.offer-style-three .content-box {
    position: relative;
    display: block;
    margin-top: -7px
}

.offer-style-three .content-box .sec-title {
    margin-bottom: 45px
}

.offer-style-three .content-box .accordion {
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px
}

.offer-style-three .content-box .accordion:before {
    position: absolute;
    content: "";
    background: #ece5d9;
    width: 1px;
    height: calc(100% - 0px);
    left: 27px;
    top: 10px;
    transition: all .5s ease
}

.offer-style-three .content-box .accordion:last-child:before {
    height: calc(100% - 20px)
}

.offer-style-three .content-box .accordion:last-child {
    padding-bottom: 0
}

.offer-style-three .content-box .accordion.current:before {
    background: var(--theme-color)
}

.offer-style-three .content-box .accordion .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 64px;
    text-align: center;
    font-size: 30px;
    color: var(--title-color);
    background: #fff;
    border: 1px solid #ece5d9;
    border-radius: 50%;
    transition: all .5s ease
}

.offer-style-three .content-box .accordion.current .icon-box {
    background: var(--theme-color);
    border-color: var(--theme-color);
    transform: rotate(90deg)
}

.offer-style-three .content-box .accordion .acc-btn {
    position: relative;
    cursor: pointer
}

.offer-style-three .content-box .accordion .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: var(--theme-color);
    margin-bottom: 8px
}

.offer-style-three .content-box .accordion .acc-btn h3 {
    display: block;
    font-size: 22px;
    line-height: 32px
}

.offer-style-three .content-box .accordion .acc-content {
    position: relative;
    padding-top: 20px
}

.offer-style-three .content-box .accordion .acc-content p {
    margin-bottom: 23px
}

.offer-style-three .content-box .accordion .acc-content .links-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.offer-style-three .content-box .accordion .acc-content .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    background: #f7f0e5;
    padding: 10px 20px;
    border-radius: 40px
}

.offer-style-three .content-box .accordion .acc-content .links-list li a:hover {
    color: #fff;
    background: var(--theme-color)
}

.pricing-section.bg-color-8 .content-inner {
    background: -webkit-linear-gradient(-45deg, #16120d 50%, #473214)
}

.bg-color-9 {
    background: -webkit-linear-gradient(-45deg, #16120d 50%, #513a16)
}

.profit-calculator.home-5 .profit-inner .inner-box .text {
    background: #f7f0e5
}

.profit-calculator.home-5 .profit-inner .profit-box .progress-box .bar-inner:before {
    background-image: url(/assets/images/icons/line-2.png)
}

.profit-calculator.home-5 .profit-inner .bg-layer {
    background: -webkit-linear-gradient(-90deg, #febd58, #f7f0e5)
}

.profit-calculator.home-5 .profit-inner .big-text {
    color: rgba(157, 108, 33, .2)
}

.subscribe-section {
    position: relative;
    padding: 120px 0
}

.subscribe-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.subscribe-section .bg-layer:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-45deg, #16120d 50%, #513a16);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 42px 50px 50px
}

.subscribe-section .content-box .sec-title p {
    color: #a79f93;
    margin-top: 11px
}

.subscribe-section .content-box .sec-title {
    margin-bottom: 33px
}

.subscribe-section .content-box .form-inner .form-group {
    position: relative;
    margin: 0
}

.subscribe-section .content-box .form-inner .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #6b6965;
    padding: 0 30px;
    margin-bottom: 15px
}

.subscribe-section .content-box .form-inner .form-group input:focus {
    border-color: var(--theme-color)
}

.subscribe-section .content-box .form-inner .check-box label {
    font-size: 15px;
    line-height: 24px;
    font-family: var(--title-color);
    color: #a79f93;
    font-weight: 400
}

.subscribe-section .content-box .form-inner .check-box label:before {
    border-radius: 8px;
    border-color: rgba(255, 255, 255, .12)
}

.subscribe-section .content-box .form-inner .check-box {
    margin-bottom: 29px
}

.news-style-three {
    position: relative;
    padding: 114px 0 90px
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    margin-bottom: 30px;
    transition: all .5s ease
}

.news-block-three .inner-box:hover {
    transform: translateY(-10px)
}

.news-block-three .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f7f0e5;
    border-radius: 40px;
    padding: 9px 16px;
    margin-bottom: 23px
}

.news-block-three .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px
}

.news-block-three .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: var(--title-color)
}

.news-block-three .inner-box h3 a:hover {
    color: var(--theme-color)
}

.news-block-three .inner-box .post-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
    padding-bottom: 34px;
    border-bottom: 1px solid #ece5d9
}

.news-block-three .inner-box .post-info li {
    position: relative;
    margin-right: 34px;
    padding-left: 23px;
    font-size: 16px;
    color: #6b6965
}

.news-block-three .inner-box .post-info li:last-child {
    margin: 0 !important
}

.news-block-three .inner-box .post-info li a {
    display: inline-block;
    color: #6b6965
}

.news-block-three .inner-box .post-info li a:hover {
    color: var(--theme-color)
}

.news-block-three .inner-box .post-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #a9a196
}

.news-block-three .inner-box .post-info li:before {
    position: absolute;
    content: "";
    background: #c2d2cd;
    width: 3px;
    height: 14px;
    right: -18px;
    top: 6px;
    border-radius: 2px
}

.news-block-three .inner-box .post-info li:last-child:before {
    display: none
}

.news-block-three .inner-box p {
    margin-bottom: 28px
}

.news-block-three .inner-box .lower-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.news-block-three .inner-box .lower-box .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 44px;
    border: 1px solid #ece5d9;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--title-color)
}

.news-block-three .inner-box .lower-box .link a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.news-block-three .inner-box .lower-box .post-info {
    padding: 0;
    margin: 0;
    border: none
}

.testimonial-style-three {
    position: relative;
    padding: 120px 0
}

.testimonial-style-three .image-box {
    position: relative;
    display: block;
    margin-right: 100px;
    margin-left: -34px
}

.testimonial-style-three .image-box .image {
    position: relative;
    display: block
}

.testimonial-style-three .image-box .image img {
    position: relative;
    width: 100%
}

.testimonial-style-three .image-box .text {
    position: absolute;
    left: -60px;
    top: 187px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 12px 19px
}

.testimonial-style-three .image-box .text h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 28px
}

.testimonial-style-three .image-box .text h6:before {
    position: absolute;
    content: "\f10f";
    font-family: flaticon;
    font-size: 18px;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #00b67a
}

.testimonial-style-three .image-box .icon-box {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 70px;
    line-height: 70px;
    background: #faf4f2;
    text-align: center;
    border-radius: 50px;
    right: -45px;
    top: 135px
}

.testimonial-style-three .image-box .curve-text {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.testimonial-style-three .image-box .curve-text .curved-circle-2 {
    position: absolute;
    left: -58px;
    top: -58px;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color)
}

.testimonial-style-three .image-box .curve-text .link {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%)
}

.testimonial-style-three .image-box .curve-text .link a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--title-color)
}

.testimonial-style-three .image-box .curve-text .link a:hover {
    color: var(--theme-color)
}

.testimonial-style-three .testimonial-block-one .inner-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none
}

.testimonial-style-three .testimonial-block-one .inner-box .author-box h3 {
    color: #fff
}

.testimonial-style-three .testimonial-block-one .inner-box .author-box {
    border-color: rgba(255, 255, 255, .12)
}

.testimonial-style-three .testimonial-block-one .inner-box .author-box .icon-box {
    color: var(--theme-color)
}

.testimonial-style-three .testimonial-block-one .inner-box .text-box h5 {
    color: #fff
}

.testimonial-style-three .testimonial-block-one .inner-box .text-box p {
    color: #a79f93;
    font-size: 18px;
    font-weight: 500
}

.testimonial-style-three .testimonial-block-one .inner-box .rating {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    padding: 9px 13px 7px;
    margin-top: 9px
}

.testimonial-style-three .testimonial-block-one .inner-box .rating h6 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 24px;
    color: #fff
}

.testimonial-style-three .testimonial-block-one .inner-box .rating h6 i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #00b67a
}

.testimonial-style-three .sec-title {
    margin-bottom: 31px
}

.footer-style-five {
    position: relative;
    padding: 0 80px
}

.footer-style-five .inner-container {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 134px 50px 43px
}

.footer-style-five .inner-container .scroll-to-target {
    position: absolute;
    display: inline-block;
    top: 50px;
    right: 50px;
    width: 64px;
    height: 54px;
    line-height: 64px;
    text-align: center;
    border-radius: 40px;
    font-size: 30px;
    color: var(--title-color);
    background: var(--theme-color)
}

.footer-style-five .inner-container .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 565px;
    height: 489px;
    background-repeat: no-repeat
}

.footer-style-five .inner-container .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 465px;
    height: 644px;
    background-repeat: no-repeat
}

.footer-style-five .upper-box .footer-logo {
    margin-bottom: 27px
}

.footer-style-five .upper-box h2 {
    display: block;
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 6px
}

.footer-style-five .upper-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 35px
}

.footer-style-five .upper-box .info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

.footer-style-five .upper-box .info-list li {
    position: relative;
    margin-right: 100px
}

.footer-style-five .upper-box .info-list li:before {
    position: absolute;
    content: "";
    background: #ece5d9;
    width: 1px;
    height: calc(100% - 15px);
    top: 7px;
    right: -50px
}

.footer-style-five .upper-box .info-list li:last-child:before {
    display: none
}

.footer-style-five .upper-box .info-list li:last-child {
    margin: 0
}

.footer-style-five .upper-box .info-list li p {
    display: block;
    margin-bottom: 7px
}

.footer-style-five .upper-box .info-list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px
}

.footer-style-five .upper-box .info-list li h5 a {
    display: inline-block;
    color: var(--title-color)
}

.footer-style-five .upper-box .info-list li h5 a:hover {
    color: var(--theme-color)
}

.footer-style-five .upper-box .social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-style-five .upper-box .social-links li {
    margin-right: 10px
}

.footer-style-five .upper-box .social-links li:last-child {
    margin: 0
}

.footer-style-five .upper-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 46px;
    background: #f7f0e5;
    text-align: center;
    border-radius: 40px;
    font-size: 18px;
    color: var(--title-color)
}

.footer-style-five .upper-box .social-links li a:hover {
    background: var(--theme-color)
}

.footer-style-five .upper-box {
    position: relative;
    display: block;
    margin-bottom: 27px
}

.footer-style-five .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-style-five .lower-box .language-box {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 5px
}

.footer-style-five .lower-box .language-box .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: var(--title-color)
}

.footer-style-five .lower-box .language-box .nice-select {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    padding: 0 23px 0 0;
    text-transform: capitalize
}

.footer-style-five .lower-box .language-box .nice-select .list {
    min-width: 60px;
    max-height: 150px;
    overflow-y: scroll
}

.footer-style-five .lower-box .language-box .nice-select:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 20px;
    top: 1px;
    right: 0;
    color: #a6b3b0
}

.footer-style-five .lower-box .footer-nav {
    position: relative;
    display: flex;
    align-items: center
}

.footer-style-five .lower-box .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 23px
}

.footer-style-five .lower-box .footer-nav li:last-child {
    margin: 0 !important
}

.footer-style-five .lower-box .footer-nav li a {
    display: inline-block;
    color: #6b6965
}

.footer-style-five .lower-box .footer-nav li a:hover {
    color: var(--theme-color)
}

.footer-style-five .lower-box .footer-nav li:before {
    position: absolute;
    content: ".";
    font-size: 17px;
    right: -14px;
    bottom: 1px;
    color: #6b6965
}

.footer-style-five .lower-box .footer-nav li:last-child:before {
    display: none
}

.footer-style-five .lower-box .download-list {
    position: relative;
    display: flex;
    align-items: center
}

.footer-style-five .lower-box .download-list li {
    position: relative;
    display: block;
    margin-right: 20px
}

.footer-style-five .lower-box .download-list li:last-child {
    margin: 0
}

.footer-style-five .lower-box .download-list li.app-store a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    border-radius: 40px;
    padding: 12.5px 38px;
    border: 1px solid var(--theme-color)
}

.footer-style-five .lower-box .download-list li.app-store a i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-right: 9px;
    top: 5px
}

.footer-style-five .lower-box .download-list li.play-store a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
    padding: 15px 38px;
    background: #16120d
}

.footer-style-five .lower-box .download-list li.play-store a img {
    position: relative;
    display: inline-block;
    margin-right: 9px
}

.footer-style-five .footer-bottom {
    padding: 27px 0
}

.footer-style-five .footer-bottom p {
    color: #a79f93
}

.footer-style-five .footer-bottom p a {
    color: var(--theme-color)
}

.footer-style-five .footer-bottom p a:hover {
    text-decoration: underline
}

.home_4 .scroll-top,
.home_5 .scroll-top {
    display: none
}

.footer-style-five .inner-container {
    overflow: hidden
}

.page-title {
    position: relative;
    padding: 170px 0 34px
}

.page-title .bg-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-title .bg-layer,
.page-title .bg-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-title .bg-layer:before {
    content: "";
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 80%);
    opacity: .6
}

.page-title h1 {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 109px
}

.page-title .bread-crumb,
.page-title h1 {
    position: relative;
    display: block
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #a5b2af;
    padding-right: 26px;
    margin-right: 5px
}

.page-title .bread-crumb li:last-child {
    padding: 0;
    margin: 0
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #a5b2af
}

.page-title .bread-crumb li a:hover {
    color: var(--theme-color)
}

.page-title .bread-crumb li span {
    color: #fff
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f10d";
    font-family: flaticon;
    font-size: 20px;
    top: 1px;
    right: 0
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.about-style-four .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    margin-left: -120px;
    margin-right: -120px;
    margin-top: 120px
}

.about-style-four .image-box img {
    width: 100%;
    border-radius: 10px
}

.about-style-four.about-page .links-box .links-list li a {
    background: #e2edea
}

.about-style-four.about-page .links-box .links-list li a:hover {
    background: #fff
}

.about-style-four.about-page .links-box .links-list li a:hover span {
    color: #fff
}

.about-style-four.about-page {
    padding-bottom: 0
}

.funfact-style-three {
    position: relative;
    padding: 120px 0 115px
}

.funfact-style-three .funfact-block-one .inner-box {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none
}

.funfact-style-three .funfact-block-one .inner-box h2 {
    color: #fff;
    border-color: rgba(255, 255, 255, .15)
}

.funfact-style-three .funfact-block-one .inner-box p {
    color: #a5b2af
}

.funfact-style-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.statements-section {
    position: relative;
    padding: 113px 0 80px
}

.statements-block-one .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 201px 15px 22px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 40px
}

.statements-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.statements-block-one .inner-box .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.statements-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 43px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .06);
    margin-bottom: 40px
}

.statements-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 23px
}

.statements-block:nth-child(2) .statements-block-two .inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 50px;
    height: 20px;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0)
}

.statements-block:nth-child(3) .statements-block-two .inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 50px;
    height: 20px;
    left: 50%;
    margin-left: -25px;
    top: -20px;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 100%, 50% 0, 100% 100%, 0 100%, 0 0)
}

.statements-block-three .inner-box {
    position: relative;
    display: block;
    background: var(--theme-color);
    border-radius: 10px;
    padding: 50px 30px 30px;
    margin-bottom: 40px
}

.statements-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 23px
}

.statements-block-three .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px
}

.statements-block-three .inner-box p {
    color: #fff;
    margin-bottom: 41px
}

.statements-block-three .inner-box .list-item {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 29px 30px
}

.statements-block-three .inner-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #6d7270;
    padding-left: 26px;
    text-align: left;
    margin-bottom: 10px
}

.statements-block-three .inner-box .list-item li:last-child {
    margin-bottom: 0
}

.statements-block-three .inner-box .list-item li:before {
    position: absolute;
    content: "^";
    left: 0;
    color: var(--theme-color);
    font-size: 30px;
    top: 8px
}

.team-section {
    position: relative;
    padding: 113px 0 90px
}

.team-section .sec-title .theme-btn {
    position: absolute;
    right: 0;
    bottom: 12px
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 28px
}

.team-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 14px
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color)
}

.team-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color)
}

.team-block-one .inner-box .lower-content p {
    margin-bottom: 23px
}

.team-block-one .inner-box .lower-content .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 40px;
    padding: 1px 15px
}

.team-block-one .inner-box .lower-content .social-links {
    position: relative;
    display: flex;
    align-items: center
}

.team-block-one .inner-box .lower-content .social-links li {
    margin-right: 10px
}

.team-block-one .inner-box .lower-content .social-links li:last-child {
    margin: 0
}

.team-block-one .inner-box .lower-content .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    font-size: 14px;
    color: #a5b2af;
    text-align: center
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.awards-section.bg-color-1 .awards-block-one .inner-box .icon-box {
    background: -webkit-linear-gradient(90deg, #176a4d, #154b38)
}

.awards-section.bg-color-1 .awards-block-one .inner-box:before {
    background: -webkit-linear-gradient(0deg, #132c23, #187554)
}

.awards-section.bg-color-1 .dots-style-one .owl-dots .owl-dot {
    background: #a5b2af
}

.history-section {
    position: relative;
    padding: 120px 0
}

.history-section .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

.history-section .inner-box:last-child {
    margin-bottom: 0
}

.history-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #e2edea;
    margin: 0 100px
}

.history-section .inner-box .text-box {
    max-width: 370px
}

.text-right {
    text-align: right
}

.history-section .inner-box .text-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.history-section .inner-box .image-box {
    position: relative;
    display: inline-block
}

.history-section .inner-box .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%
}

.history-section .inner-box .image-box .image img {
    width: 100%;
    border-radius: 50%
}

.history-section .inner-box .image-box .date {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #dbe5e2;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color)
}

.history-section .inner-box:nth-child(odd) .image-box .date {
    right: -40px
}

.history-section .inner-box:nth-child(2n) .image-box .date {
    left: -40px
}

.history-section .inner-container {
    position: relative;
    padding: 62px 0
}

.history-section .inner-container .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.team-page-section {
    position: relative;
    padding: 120px 0 60px
}

.team-page-section .team-block-one .inner-box {
    margin-bottom: 60px
}

.faq-page-section {
    padding: 120px 0
}

.faq-page-section .accordion-box .accordion {
    border-color: #dbe5e2
}

.faq-page-section .accordion-box .accordion.current {
    background: #e2edea
}

.faq-page-section .accordion-box .accordion .acc-btn.active {
    background: -webkit-linear-gradient(0deg, #132720 50%, #177252)
}

.faq-page-section .content-box {
    position: relative;
    padding-left: 65px;
    margin-left: 15px;
    border-left: 1px solid #dbe5e2
}

.faq-page-section .tab-btns {
    position: relative;
    display: block;
    margin-left: 15px
}

.faq-page-section .tab-btns:before {
    position: absolute;
    content: "";
    background: #e7e1e1;
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    top: 20px
}

.faq-page-section .tab-btns li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a5b2af;
    font-weight: 600;
    padding: 16px 0 16px 35px;
    border-bottom: 1px solid #dbe5e2;
    cursor: pointer;
    transition: all .5s ease
}

.faq-page-section .tab-btns li:last-child {
    border-bottom: none
}

.faq-page-section .tab-btns li.active-btn {
    color: var(--title-color)
}

.faq-page-section .tab-btns li:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dbe5e2;
    background: #ffffff;
    border-radius: 50%;
    left: -15px;
    top: 15px;
    font-size: 14px;
    color: #c2d2cd;
    transition: all .5s ease
}

.faq-page-section .tab-btns li.active-btn:before {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.error-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 315px 0 220px
}

.error-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.error-section .bg-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 80%);
    opacity: .6
}

.error-section .scroll-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.error-section .scroll-text:before {
    top: 69px
}

.error-section .scroll-text:after,
.error-section .scroll-text:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .12);
    width: 100%;
    height: 1px;
    left: 0
}

.error-section .scroll-text:after {
    bottom: 69px
}

.error-section .scroll-text .text-box-one .text-inner,
.error-section .scroll-text .text-box-two .text-inner {
    position: absolute;
    width: max-content;
    padding: 21px 0
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes scroll-right {
    0% {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%)
    }
}

.error-section .scroll-text .text-box-one .text-inner {
    right: 0;
    top: 0;
    animation: scroll-right 90s linear infinite
}

.error-section .scroll-text .text-box-two .text-inner {
    left: 0;
    bottom: 0;
    animation: scroll-left 90s linear infinite
}

.error-section .scroll-text h6 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 22px
}

.error-section .inner-box {
    position: relative;
    display: block;
    min-width: 770px;
    width: 100%;
    margin: 0 auto
}

.error-section .inner-box .error-title {
    position: relative;
    display: inline-block
}

.error-section .inner-box .error-title h1 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 300px;
    line-height: 250px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color);
    margin-bottom: 33px
}

.error-section .inner-box .error-title h1 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    -webkit-text-stroke-color: #fff
}

.error-section .inner-box .error-title h3 {
    position: absolute;
    top: -74px;
    right: 190px;
    font-size: 30px;
    line-height: 40px;
    z-index: 1
}

.error-section .inner-box .error-title h3:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/shape/shape-41.png);
    width: 140px;
    height: 114px;
    left: -24px;
    top: -21px;
    background-repeat: no-repeat;
    z-index: -1
}

.error-section .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #a5b2af;
    margin-bottom: 32px
}

.error-section .inner-box .theme-btn {
    color: #fff
}

.account-section,
.account-section .inner-container {
    position: relative
}

.account-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 32px 30px 24px;
    overflow: hidden
}

.account-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 16px;
    margin-bottom: 60px
}

.account-block-one .inner-box h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(0deg, var(--theme-color) 0, #ffffff 100%)
}

.account-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 33px
}

.account-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.account-block-one .inner-box h3 a:hover {
    color: var(--theme-color)
}

.account-block-one .inner-box p {
    position: relative;
    display: block;
    padding: 13px 30px 13px 0;
    margin-bottom: 23px;
    z-index: 1
}

.account-block-one .inner-box p:before {
    position: absolute;
    content: "";
    background: #e2edea;
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 40px 40px 0;
    z-index: -1
}

.account-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color)
}

.account-block-one .inner-box .link a:hover {
    color: var(--theme-color)
}

.account-block-one .inner-box .link a span {
    position: relative;
    padding-left: 25px
}

.account-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 22px;
    left: 0;
    top: -3px;
    font-weight: 400
}

.account-block-one .inner-box .image-box {
    position: absolute;
    display: inline-block;
    right: -20px;
    bottom: 43px;
    border-radius: 50%
}

.account-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 50%
}

.account-section .dots-style-one {
    position: absolute;
    top: -54px;
    right: -8px;
    width: 190px
}

.account-section .nav-style-one {
    position: absolute;
    top: -84px;
    right: -12px;
    width: 194px
}

.account-section .nav-style-one button {
    position: absolute;
    top: 0;
    color: var(--title-color)
}

.account-section .nav-style-one button.owl-prev {
    left: 0
}

.account-section .nav-style-one button.owl-next {
    right: 0
}

.account-section .dots-style-one .swiper-pagination-bullet {
    background: #c2d2cd
}

.profit-calculator.alternat-2 .profit-inner .inner-box .text {
    background: #e2edea;
    color: #6d7270
}

.profit-calculator.alternat-2 .profit-inner .bg-layer {
    background: -webkit-linear-gradient(-90deg, var(--theme-color) 0, #e1edea 100%)
}

.working-style-two.alternat-2 .working-block-two .inner-box h6,
.working-style-two.alternat-2 .working-block-two .inner-box h6:before {
    background: #cedfda
}

.funding-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.funding-section .bg-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 80%);
    opacity: .6
}

.funding-section.alternat-2 .tabs-box-2 {
    max-width: 830px;
    margin: 0 auto
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li {
    color: #a5b2af
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li.active-btn {
    color: #fff
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li:before {
    border-color: rgba(255, 255, 255, .3)
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li:after {
    background: rgba(255, 255, 255, .3)
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li.active-btn:before {
    border-color: var(--theme-color)
}

.funding-section.alternat-2 .tab-btn-two .tab-btns li.active-btn:after {
    background: var(--theme-color)
}

.account-details {
    position: relative;
    padding: 120px 0
}

.account-details-content {
    position: relative;
    display: block
}

.account-details-content .content-one h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 22px
}

.account-details-content .content-one p {
    margin-bottom: 43px
}

.account-details-content .content-one .image-box {
    position: relative;
    display: block;
    border-radius: 10px
}

.account-details-content .content-one .image-box img {
    width: 100%;
    border-radius: 10px
}

.account-details-content .content-one {
    margin-bottom: 60px
}

.account-details-content .content-two .text-box {
    margin-bottom: 33px;
    margin-top: -7px
}

.account-details-content .content-two .text-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px
}

.account-details-content .content-two .single-item {
    position: relative;
    display: block;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 16px 30px 22px;
    margin-bottom: 30px;
    overflow: hidden
}

.account-details-content .content-two .single-item h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: var(--theme-color);
    margin-bottom: 17px
}

.account-details-content .content-two .single-item h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 35px 8px 0;
    margin-bottom: 23px;
    z-index: 1
}

.account-details-content .content-two .single-item h3:before {
    position: absolute;
    content: "";
    background: #e2edea;
    width: calc(100% + 30px);
    height: 100%;
    left: -30px;
    top: 0;
    z-index: -1;
    border-radius: 0 40px 40px 0
}

.account-details-content .content-two .single-item .overlay-content {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 150%);
    opacity: 0;
    transition: all .5s ease
}

.account-details-content .content-two .single-item:hover .overlay-content {
    top: 0;
    opacity: 1
}

.account-details-content .content-two .single-item .overlay-content h3 {
    color: #fff
}

.account-details-content .content-two .single-item .overlay-content h3:before {
    background: var(--theme-color)
}

.account-details-content .content-two .single-item .overlay-content p {
    color: #a5b2af
}

.account-details-content .content-two .scroll-text {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 40px;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 80%);
    padding: 26px 40px;
    margin-top: 20px
}

.account-details-content .content-two .scroll-text .text-list {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left 90s linear infinite
}

.account-details-content .content-two .scroll-text .text-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding-left: 28px;
    margin-right: 40px
}

.account-details-content .content-two .scroll-text .text-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: var(--theme-color)
}

.account-details-content .content-two .scroll-text .text-list li:last-child {
    margin: 0
}

.account-details-content .content-two {
    margin-bottom: 52px
}

.account-details-content .content-three .text-box {
    margin-bottom: 33px
}

.account-details-content .content-three .text-box h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px
}

.account-details-content .content-three .tabs-box {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(-90deg, #e2edea 50%, #ffffff);
    border-radius: 10px;
    padding: 40px
}

.account-details-content .content-three .tab-inner {
    position: relative;
    padding-left: 310px
}

.account-details-content .content-three .tab-btn-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px
}

.account-details-content .content-three .tab-btns {
    position: relative;
    display: block;
    margin-left: 15px
}

.account-details-content .content-three .tab-btns:before {
    position: absolute;
    content: "";
    background: #e7e1e1;
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    top: 20px
}

.account-details-content .content-three .tab-btns li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a5b2af;
    font-weight: 600;
    padding: 16px 0 16px 35px;
    border-bottom: 1px solid #c2d2cd;
    cursor: pointer;
    transition: all .5s ease
}

.account-details-content .content-three .tab-btns li:last-child {
    border-bottom: none
}

.account-details-content .content-three .tab-btns li.active-btn {
    color: var(--title-color)
}

.account-details-content .content-three .tab-btns li:before {
    position: absolute;
    content: "\f11a";
    font-family: flaticon;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c2d2cd;
    background: #e2edea;
    border-radius: 50%;
    left: -15px;
    top: 15px;
    font-size: 14px;
    color: #c2d2cd;
    transition: all .5s ease
}

.account-details-content .content-three .tab-btns li.active-btn:before {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.account-details-content .content-three .tabs-content .inner-box {
    position: relative;
    padding-top: 178px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.account-details-content .content-three .tabs-content .inner-box .text-box {
    position: relative;
    display: block;
    padding: 23px 30px;
    z-index: 1;
    margin-bottom: 0
}

.account-details-content .content-three .tabs-content .inner-box .text-box:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 150%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .95;
    z-index: -1
}

.account-details-content .content-three .tabs-content .inner-box .text-box p {
    color: #a5b2af;
    margin-bottom: 16px
}

.account-details-content .content-three .tabs-content .inner-box .text-box .list-item li {
    position: relative;
    display: block;
    color: #a5b2af;
    padding-left: 25px;
    margin-bottom: 11px
}

.account-details-content .content-three .tabs-content .inner-box .text-box .list-item li:last-child {
    margin-bottom: 0
}

.account-details-content .content-three .tabs-content .inner-box .text-box .list-item li:before {
    position: absolute;
    content: "^";
    left: 0;
    color: var(--theme-color);
    font-size: 30px;
    top: 7px
}

.account-details-content .content-three {
    margin-bottom: 12px
}

.account-details-content .content-four .text-box {
    margin-bottom: 32px
}

.account-details-content .content-four .text-box h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px
}

.account-details-content .content-four.faq-section {
    padding: 0
}

.account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn.active {
    background: -webkit-linear-gradient(0deg, #132720 50%, #187c59)
}

.account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn span {
    position: absolute;
    top: 9px;
    right: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: var(--title-font);
    font-weight: 600;
    color: rgba(255, 255, 255, .15)
}

.account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn {
    padding-right: 80px
}

.account-details-content .content-four.faq-section .accordion-box .accordion.current {
    background: #e2edea;
    border-color: transparent
}

.account-details-content .content-four.faq-section .accordion-box .accordion {
    border-color: #dbe5e2
}

.account-sidebar {
    position: relative;
    display: block
}

.account-sidebar .link-box a {
    width: 100%;
    margin-bottom: 50px
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 19px;
    padding-left: 18px
}

.default-sidebar .widget-title h3 {
    font-size: 22px;
    line-height: 32px
}

.default-sidebar .widget-title:before {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 6px;
    height: 14px;
    left: 0;
    top: 9px;
    border-radius: 2px
}

.default-sidebar .widget-title:after {
    position: absolute;
    content: "";
    background: var(--theme-color);
    width: 2px;
    height: 18px;
    left: 2px;
    top: 7px
}

.account-sidebar .category-widget {
    position: relative;
    background: #e2edea;
    padding: 22px 25px 30px;
    border-radius: 10px;
    margin-bottom: 50px
}

.account-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.account-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0
}

.account-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    padding-right: 60px
}

.account-sidebar .category-widget .category-list li a span {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 12px 25px 10px;
    color: var(--title-color);
    transition: all .5s ease
}

.account-sidebar .category-widget .category-list li a.current span,
.account-sidebar .category-widget .category-list li a:hover span {
    color: #fff;
    background: var(--theme-color)
}

.account-sidebar .category-widget .category-list li a i {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    font-size: 30px;
    color: var(--title-color);
    transition: all .5s ease
}

.account-sidebar .category-widget .category-list li a.current i,
.account-sidebar .category-widget .category-list li a:hover i {
    color: #fff;
    background: var(--theme-color)
}

.account-sidebar .download-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 23px 25px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.account-sidebar .download-widget .download-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.account-sidebar .download-widget .download-list li:last-child {
    margin-bottom: 0
}

.account-sidebar .download-widget .download-list li button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    padding: 10px 25px 12px;
    text-align: left
}

.account-sidebar .download-widget .download-list li button i {
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 17px;
    color: #acb8b6;
    font-weight: 400;
    transition: all .5s ease
}

.account-sidebar .download-widget .download-list li button:hover i {
    color: var(--theme-color)
}

.account-sidebar .download-widget {
    margin-bottom: 50px
}

.default-sidebar .contact-widget {
    position: relative;
    display: block
}

.default-sidebar .contact-widget .widget-content {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 293px 25px 40px
}

.default-sidebar .contact-widget .widget-content .shape-1 {
    height: 405px
}

.default-sidebar .contact-widget .widget-content .shape-1,
.default-sidebar .contact-widget .widget-content .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.default-sidebar .contact-widget .widget-content .shape-2 {
    height: 396px
}

.default-sidebar .contact-widget .widget-content h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 11px;
    color: #fff
}

.default-sidebar .contact-widget .widget-content h3 span {
    color: var(--theme-color)
}

.default-sidebar .contact-widget .widget-content p {
    color: #a5b2af;
    margin-bottom: 33px
}

.default-sidebar .contact-widget .widget-content .phone {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--title-color);
    background: #fff;
    border-radius: 40px;
    padding: 14px 20px;
    text-align: center;
    margin-bottom: 10px
}

.default-sidebar .contact-widget .widget-content .phone:hover {
    color: var(--theme-color)
}

.default-sidebar .contact-widget .widget-content .phone span {
    position: relative;
    padding-left: 26px
}

.default-sidebar .contact-widget .widget-content .phone span:before {
    position: absolute;
    content: "\f11e";
    font-family: flaticon;
    font-size: 16px;
    left: 0;
    top: -3px;
    color: var(--theme-color)
}

.default-sidebar .contact-widget .widget-content .theme-btn {
    width: 100%;
    color: #fff
}

.platform-section.trader-page-1 {
    padding-bottom: 240px
}

.download-section {
    position: relative
}

.download-section .inner-container {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 50px 50px rgba(0, 0, 0, .05);
    padding: 53px 30px 60px;
    margin-left: -60px;
    margin-right: -60px;
    margin-top: -120px
}

.download-section h2 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px
}

.download-section .single-item {
    position: relative;
    display: block
}

.download-section .single-item:before {
    position: absolute;
    content: "";
    background: #dbe5e2;
    width: 1px;
    height: calc(100% - 6px);
    bottom: 0;
    right: -15px
}

.download-section .single-column:last-child .single-item:before {
    display: none
}

.download-section .single-item h6 {
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 7px
}

.download-section .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px
}

.download-section .single-item p {
    display: block;
    margin-bottom: 23px
}

.download-section .single-item .download-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.download-section .single-item .download-list li {
    margin-right: 10px
}

.download-section .single-item .download-list li:last-child {
    margin: 0
}

.download-section .single-item .download-list li a {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 54px;
    line-height: 58px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--title-color)
}

.download-section .single-item .download-list li.play-store a {
    line-height: 50px
}

.download-section .single-item .download-list li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.chooseus-style-three.trader-page-1 {
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59)
}

.faq-section.alternat-2 .accordion-box .accordion .acc-btn.active {
    background: -webkit-linear-gradient(0deg, #132720 50%, #187c59)
}

.faq-section.alternat-2 .accordion-box .accordion.current {
    background: #e2edea;
    border-color: transparent
}

.faq-section.alternat-2 .accordion-box .accordion {
    border-color: #dbe5e2
}

.cta-style-two {
    position: relative;
    padding: 111px 0 120px
}

.cta-style-two .inner-box h2 {
    display: block;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 14px
}

.cta-style-two .inner-box p {
    margin-bottom: 33px
}

.cta-style-two .inner-box .info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    max-width: 585px;
    margin: 0 auto 40px;
    padding: 13px 40px
}

.cta-style-two .inner-box .info-list li {
    position: relative;
    margin-right: 80px
}

.cta-style-two .inner-box .info-list li:before {
    position: absolute;
    content: "";
    background: #dbe5e2;
    width: 1px;
    height: calc(100% - 15px);
    top: 7px;
    right: -40px
}

.cta-style-two .inner-box .info-list li:last-child:before {
    display: none
}

.cta-style-two .inner-box .info-list li:last-child {
    margin: 0
}

.cta-style-two .inner-box .info-list li span {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 7px
}

.cta-style-two .inner-box .info-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px
}

.cta-style-two .inner-box .info-list li h5 a {
    display: inline-block;
    color: var(--title-color)
}

.cta-style-two .inner-box .info-list li h5 a:hover {
    color: var(--theme-color)
}

.cta-style-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.course-section {
    position: relative
}

.industry-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden
}

.industry-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.industry-tab .p-tabs-content {
    position: relative;
    display: block
}

.industry-tab .p-tab .course-block-one {
    position: relative;
    opacity: 0;
    top: 5px;
    transition: all 1s ease
}

.industry-tab .p-tab.active-tab .course-block-one {
    opacity: 1;
    top: 0
}

.course-block-one .inner-box {
    position: relative;
    display: block
}

.course-block-one .inner-box .image-box {
    position: relative;
    display: inline-block;
    margin-bottom: 33px
}

.course-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 15px
}

.course-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 15px
}

.course-block-one .inner-box .image-box a {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.course-block-one .inner-box .text {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 40px;
    padding: 11px 30px 14px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    margin-bottom: 23px
}

.course-block-one .inner-box .text p {
    position: relative;
    display: inline-block;
    color: #6d7270;
    padding-left: 22px
}

.course-block-one .inner-box .text p i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--theme-color);
    font-size: 15px
}

.course-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.course-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.course-block-one .inner-box h3 a:hover {
    color: var(--theme-color)
}

.course-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color)
}

.course-block-one .inner-box .link a:hover {
    color: var(--theme-color)
}

.course-block-one .inner-box .link a span {
    position: relative;
    padding-left: 25px
}

.course-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon;
    font-size: 20px;
    left: 0;
    top: -3px;
    font-weight: 400
}

.industry-tab .industry-tab-btns {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.industry-tab .industry-tab-btns .p-tab-btn {
    position: relative;
    margin-right: 20px
}

.industry-tab .industry-tab-btns .p-tab-btn:last-child {
    margin: 0
}

.industry-tab .industry-tab-btns .p-tab-btn h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-right: 60px;
    cursor: pointer
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 {
    color: #fff
}

.industry-tab .industry-tab-btns .p-tab-btn h6 span {
    position: relative;
    display: block;
    padding: 11px 29px;
    border-radius: 40px;
    border: 1px solid #dbe5e2
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 i,
.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 span {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.industry-tab .industry-tab-btns .p-tab-btn h6 i {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    line-height: 56px;
    font-size: 30px;
    border-radius: 40px;
    border: 1px solid #dbe5e2
}

.industry-tab .industry-tab-btns .p-tab-btn h6 i:before {
    display: inline-block;
    transform: rotate(-90deg)
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 i:before {
    transform: rotate(0deg)
}

.course-section .dots-style-one {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px
}

.course-section .dots-style-one .swiper-pagination-bullet {
    background-color: #c6d5d0
}

.course-section .nav-style-one {
    position: absolute;
    display: block;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 1
}

.course-section .nav-style-one button {
    color: var(--title-color)
}

.course-section .nav-style-one button.owl-prev {
    position: absolute;
    left: 0;
    top: 0
}

.course-section .nav-style-one button.owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.lesson-section {
    position: relative;
    padding: 114px 0 90px
}

.lesson-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    padding: 25px 30px
}

.lesson-block-one .inner-box .image-box {
    position: absolute;
    left: 30px;
    top: 30px;
    border-radius: 5px
}

.lesson-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 5px
}

.lesson-block-one .inner-box .content-box {
    position: relative;
    padding-left: 170px
}

.lesson-block-one .inner-box .content-box .rating {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    padding-left: 23px
}

.lesson-block-one .inner-box .content-box .rating i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #00b67a
}

.lesson-block-one .inner-box .content-box h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: var(--theme-color);
    margin-bottom: 12px
}

.lesson-block-one .inner-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px
}

.lesson-block-one .inner-box .content-box h3 a {
    display: inline-block;
    color: var(--title-color)
}

.lesson-block-one .inner-box .content-box h3 a:hover {
    color: var(--theme-color)
}

.lesson-block-one .inner-box .content-box .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #6d7270;
    margin-right: 20px;
    padding-left: 24px
}

.lesson-block-one .inner-box .content-box .info-list li:last-child {
    margin: 0
}

.lesson-block-one .inner-box .content-box .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: var(--theme-color)
}

.education-details {
    position: relative;
    padding: 120px 0
}

.education-details-content {
    position: relative;
    display: block
}

.education-details-content .upper-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 46px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    margin-bottom: 60px
}

.education-details-content .upper-box .info-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.education-details-content .upper-box .info-list li {
    position: relative;
    font-size: 16px;
    color: #6d7270;
    margin-right: 20px;
    padding-left: 25px
}

.education-details-content .upper-box .info-list li:last-child {
    margin: 0
}

.education-details-content .upper-box .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: var(--theme-color)
}

.education-details-content .upper-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px
}

.education-details-content .upper-box .lower-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.education-details-content .upper-box .lower-content .author-box {
    position: relative;
    padding: 0 0 0 60px
}

.education-details-content .upper-box .lower-content .author-box .thumb-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px;
    width: 46px;
    height: 46px;
    border-radius: 50%
}

.education-details-content .upper-box .lower-content .author-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1px
}

.education-details-content .upper-box .lower-content .author-box .designation {
    position: relative;
    display: block
}

.education-details-content .upper-box .lower-content .option-list {
    position: relative;
    display: flex;
    align-items: center
}

.education-details-content .upper-box .lower-content .option-list li {
    position: relative;
    margin-right: 10px
}

.education-details-content .upper-box .lower-content .option-list li:last-child {
    margin: 0
}

.education-details-content .upper-box .lower-content .option-list li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: var(--title-color);
    border-radius: 40px;
    border: 1px solid #dbe5e2
}

.education-details-content .upper-box .lower-content .option-list li a:hover {
    color: var(--theme-color);
    background: var(--theme-color);
    color: #fff
}

.education-details-content .tabs-box .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    background: #e2edea;
    border-radius: 40px;
    margin-bottom: 42px
}

.education-details-content .tabs-box .tab-btns li {
    position: relative;
    display: inline-block;
    width: 250px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 11px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .5s ease
}

.education-details-content .tabs-box .tab-btns li.active-btn {
    border-color: var(--theme-color)
}

.education-details-content .tabs-box .tab-btns li h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #6d7270;
    font-weight: 500;
    transition: all .5s ease
}

.education-details-content .tabs-box .tab-btns li.active-btn h5 {
    color: var(--theme-color)
}

.education-details-content .tabs-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 8px
}

.education-details-content .course-content .text-box p {
    position: relative;
    display: block;
    padding-left: 26px
}

.education-details-content .course-content .text-box p i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: var(--theme-color)
}

.education-details-content .course-content .text-box {
    margin-bottom: 23px
}

.education-details-content .course-content .download-list {
    position: relative;
    display: block;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    margin-bottom: 43px;
    overflow: hidden
}

.education-details-content .course-content .download-list li {
    position: relative;
    display: block
}

.education-details-content .course-content .download-list li:last-child button {
    border-bottom: none
}

.education-details-content .course-content .download-list li button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #6d7270;
    cursor: pointer;
    text-align: left;
    padding: 25px 70px;
    border-bottom: 1px solid #dbe5e2;
    transition: all .5s ease
}

.education-details-content .course-content .download-list li button:hover {
    background: #e2edea
}

.education-details-content .course-content .download-list li button i {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 24px;
    color: #a5b2af;
    transition: all .5s ease
}

.education-details-content .course-content .download-list li button:hover i {
    color: var(--theme-color)
}

.education-details-content .course-content .download-list li button:hover {
    color: #1b1e31;
    font-weight: 700
}

.education-details-content .course-content .download-list li button span {
    position: absolute;
    top: 25px;
    right: 27px;
    color: #6d7270;
    font-weight: 400;
    padding-right: 40px
}

.education-details-content .course-content .download-list li button span:before {
    position: absolute;
    content: "\f107";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    color: #a6b3b0;
    top: -1px;
    right: 0;
    font-size: 16px;
    transition: all .5s ease
}

.education-details-content .tabs-box .list-style-three {
    margin-bottom: 45px
}

.education-details-content .tabs-box .list-style-three li {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--text-font);
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 10px
}

.education-details-content .tabs-box .list-style-three li:last-child {
    margin-bottom: 0
}

.education-details-content .course-content .download-list li button:hover span:before {
    color: var(--theme-color)
}

.education-details-content .course-content .content-two p {
    margin-bottom: 24px
}

.education-details-content .content-two h3 {
    margin-bottom: 17px
}

.education-details-content .tabs-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px
}

.education-details-content .tabs-box .list-style-one {
    margin-bottom: 43px
}

.education-details-content .course-content .video-inner {
    position: relative;
    width: 100%;
    padding: 178px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    border-radius: 5px
}

.education-details-content .review-content .single-comment-box {
    position: relative;
    display: block;
    padding-left: 100px
}

.education-details-content .review-content .single-comment-box .comment-thumb {
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.education-details-content .review-content .single-comment-box .comment-thumb img {
    width: 100%;
    border-radius: 50%
}

.education-details-content .review-content .single-comment-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.education-details-content .review-content .single-comment-box h4 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #6e6e6e
}

.education-details-content .review-content .single-comment-box p {
    display: block;
    margin-bottom: 9px
}

.education-details-content .review-content .single-comment-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 5px
}

.education-details-content .review-content .single-comment-box .rating li:last-child {
    margin: 0 !important
}

.education-details-content .review-content .single-comment-box {
    margin-bottom: 23px
}

.education-details-content .review-content .single-comment-box:last-child {
    margin-bottom: 0
}

.education-details-content .review-content .comment-box {
    margin-bottom: 33px
}

.education-details-content .review-content .comment-form .text-box {
    margin-bottom: 32px
}

.education-details-content .review-content .comment-form form {
    position: relative;
    margin: 0 5px
}

.education-details-content .review-content .comment-form .text-box p span {
    color: var(--theme-color)
}

.education-details-content .tabs-box .review-content h3 {
    margin-bottom: 25px
}

.education-details-content .review-content .comment-form h3 {
    margin-bottom: 3px
}

.education-details-content .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.education-details-content .default-form .form-group:last-child {
    margin-bottom: 0
}

.education-details-content .default-form .form-group input[type=email],
.education-details-content .default-form .form-group input[type=text],
.education-details-content .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 17px;
    color: #6e6e6e;
    padding: 10px 20px;
    transition: all .5s ease
}

.education-details-content .default-form .form-group textarea {
    display: block;
    height: 120px;
    resize: none
}

.education-details-content .default-form .form-group input:focus,
.education-details-content .default-form .form-group textarea:focus {
    border-color: var(--theme-color)
}

.education-details-content .default-form .check-box label:before {
    border-color: #e8e8e8;
    background: #f4f4f4
}

.education-details-content .default-form .check-box {
    padding-bottom: 6px
}

.education-details-content .accordion-inner h3 {
    margin-bottom: 30px
}

.education-details-content .tabs-box .accordion .acc-btn h4 {
    margin-bottom: 5px
}

.education-details-content .faq-section {
    padding: 0
}

.education-details-content .faq-section .accordion-box .accordion .acc-btn.active {
    background: -webkit-linear-gradient(0deg, #132720 50%, #177252)
}

.education-details-content .faq-section .accordion-box .accordion.current {
    background: #e2edea
}

.education-sidebar {
    position: relative;
    display: block;
    margin-left: 30px;
    border: 2px solid var(--theme-color);
    border-radius: 10px;
    padding: 30px 28px 38px
}

.education-sidebar .upper-box {
    margin-bottom: 20px
}

.education-sidebar .upper-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px
}

.education-sidebar .upper-box h3 del {
    color: #a8a9b3;
    margin-left: 8px
}

.education-sidebar .upper-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    font-weight: 500;
    margin-bottom: 12px
}

.education-sidebar .upper-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #767877;
    margin-right: 5px
}

.education-sidebar .upper-box .rating li:last-child {
    margin: 0 !important
}

.education-sidebar .upper-box .rating li i {
    position: relative;
    top: 2px;
    color: var(--theme-color);
    font-size: 18px
}

.education-sidebar .upper-box .rating li span {
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color)
}

.education-sidebar .upper-box .rating {
    margin-bottom: 8px
}

.education-sidebar .info-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0 16px 27px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500
}

.education-sidebar .info-list li:last-child {
    border-bottom: none
}

.education-sidebar .info-list li i {
    position: absolute;
    left: 0;
    top: 19px;
    font-size: 18px;
    color: #b5b5be;
    font-weight: 400
}

.education-sidebar .info-list li span {
    position: relative;
    float: right;
    font-size: 16px;
    font-family: var(--text-font);
    color: #6d7270;
    font-weight: 400
}

.education-sidebar .info-list {
    margin-bottom: 19px
}

.education-sidebar .btn-box .theme-btn {
    width: 100%
}

.education-sidebar .btn-box {
    margin-bottom: 34px
}

.education-sidebar h6 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px
}

.education-sidebar .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.education-sidebar .social-links li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 46px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    color: #a8a9b3
}

.education-sidebar .social-links li a:hover {
    color: #fff;
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.blog-grid-one {
    position: relative;
    padding: 120px 0
}

.blog-grid-one .pagination-wrapper {
    margin-top: 30px
}

.blog-grid-two {
    position: relative;
    padding: 120px 0
}

.blog-grid-two .news-block-three .inner-box h6 {
    background: #e2edea
}

.blog-grid-two .news-block-three .inner-box .lower-box .link a:hover {
    color: #fff
}

.blog-grid-two .pagination-wrapper {
    margin-top: 30px
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0
}

.blog-list-content {
    position: relative;
    display: block
}

.blog-list-content .news-block-one .inner-box .lower-content h3 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 21px;
    margin-bottom: 24px
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 29px
}

.news-block-one .inner-box .lower-content .lower-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-list-content .news-block-one .inner-box {
    padding: 15px;
    margin-bottom: 50px
}

.blog-list-content .news-block-one .inner-box .lower-content {
    padding: 23px 15px 15px
}

.news-block-one .inner-box .lower-content .lower-inner .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #6d7270;
    font-weight: 500;
    padding-left: 25px
}

.news-block-one .inner-box .lower-content .lower-inner .share-box a:hover {
    color: var(--theme-color)
}

.news-block-one .inner-box .lower-content .lower-inner .share-box a i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--title-color);
    font-weight: 400;
    font-size: 18px
}

.blog-list-content .pagination-wrapper {
    padding-top: 10px
}

.blog-sidebar {
    position: relative;
    margin-left: 30px
}

.blog-sidebar .sidebar-widget {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px
}

.blog-sidebar .sidebar-widget .widget-title {
    background: #e2edea;
    padding: 14px 20px 14px 43px;
    margin-bottom: 0
}

.blog-sidebar .sidebar-widget .widget-title:before {
    left: 25px;
    top: 23px
}

.blog-sidebar .sidebar-widget .widget-title:after {
    left: 27px;
    top: 21px
}

.blog-sidebar .sidebar-widget .widget-content {
    position: relative;
    border: 1px solid #dbe5e2;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 30px 25px
}

.blog-sidebar .search-widget .form-group {
    position: relative;
    margin-bottom: 0
}

.blog-sidebar .search-widget .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    color: #6e6e6e;
    transition: all .5s ease
}

.blog-sidebar .search-widget .form-group button[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 64px;
    height: 44px;
    line-height: 44px;
    background: #e2edea;
    text-align: center;
    border-radius: 40px;
    font-size: 18px;
    color: var(--title-color);
    cursor: pointer;
    transition: all .5s ease
}

.blog-sidebar .search-widget .form-group input:focus {
    border-color: var(--theme-color)
}

.blog-sidebar .search-widget .form-group button:hover,
.blog-sidebar .search-widget .form-group input:focus+button {
    color: #fff;
    background: var(--theme-color)
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 11px 0 13px;
    border-bottom: 1px solid #dbe5e2
}

.blog-sidebar .category-widget .category-list li:last-child {
    border-bottom: none
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    color: #6d7270;
    font-weight: 700;
    text-transform: uppercase
}

.blog-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color);
    padding-left: 9px;
    padding-right: 9px
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "[";
    left: 0;
    top: 0;
    color: var(--theme-color);
    opacity: 0;
    transition: all .5s ease
}

.blog-sidebar .category-widget .category-list li a:hover:before {
    opacity: 1
}

.blog-sidebar .category-widget .category-list li a:after {
    position: absolute;
    content: "]";
    right: 0;
    top: 0;
    color: var(--theme-color);
    opacity: 0;
    transition: all .5s ease
}

.blog-sidebar .category-widget .category-list li a:hover:after {
    opacity: 1
}

.blog-sidebar .category-widget .widget-content {
    padding: 11px 25px 10px
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 24px;
    padding-left: 60px;
    border-bottom: 1px solid #dbe5e2
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.blog-sidebar .post-widget .post .link {
    position: absolute;
    left: 0;
    top: 6px
}

.blog-sidebar .post-widget .post .link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 38px;
    font-size: 24px;
    color: var(--title-color);
    background: #e2edea;
    text-align: center;
    border-radius: 40px
}

.blog-sidebar .post-widget .post .link a:hover {
    color: #fff;
    background: var(--theme-color)
}

.blog-sidebar .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px
}

.blog-sidebar .post-widget .post h5 a {
    display: inline-block;
    color: var(--title-color)
}

.blog-sidebar .post-widget .post h5 a:hover {
    color: var(--theme-color)
}

.blog-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    padding-left: 22px
}

.blog-sidebar .post-widget .post .post-date i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #a7b4b1
}

.blog-sidebar .post-widget .widget-content {
    padding-top: 23px;
    padding-bottom: 0
}

.blog-sidebar .post-widget {
    margin-bottom: 45px
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #6d7270;
    background: #e2edea;
    border: 1px solid #e2edea;
    border-radius: 30px;
    padding: 6px 14px
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    background: #fff;
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.blog-sidebar .tags-widget {
    margin-bottom: 45px
}

.blog-sidebar .tags-widget .widget-title {
    margin-bottom: 28px
}

.blog-list-two {
    padding: 120px 0
}

.blog-list-two .news-block-two {
    margin-bottom: 30px
}

.blog-list-two .more-btn {
    margin-top: 30px
}

.blog-details-content {
    position: relative;
    display: block
}

.blog-details-content .news-block-one .inner-box {
    padding: 0;
    box-shadow: none;
    margin-bottom: 43px
}

.blog-details-content .news-block-one .inner-box .lower-content h3 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
    margin-bottom: 24px
}

.news-block-one .inner-box .lower-content .option-list {
    position: relative;
    display: flex;
    align-items: center
}

.news-block-one .inner-box .lower-content .option-list li {
    margin-right: 10px
}

.news-block-one .inner-box .lower-content .option-list li:last-child {
    margin: 0
}

.news-block-one .inner-box .lower-content .option-list li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 44px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    color: var(--title-color)
}

.news-block-one .inner-box .lower-content .option-list li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-details-content .news-block-one .inner-box .lower-content {
    padding: 0;
    margin-bottom: 50px
}

.blog-details-content .news-block-one .inner-box .lower-content .post-info {
    margin-bottom: 24px
}

.blog-details-content .news-block-one .inner-box .image-box img {
    transform: scale(1) !important
}

.blog-details-content .content-one {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.blog-details-content p {
    margin-bottom: 22px;
    color: #6d7270
}

.blog-details-content p:last-child {
    margin-bottom: 0
}

.blog-details-content p span {
    color: var(--theme-color)
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59);
    padding: 33px 125px 37px;
    border-radius: 10px;
    overflow: hidden;
    margin: 42px 0 0
}

.blog-details-content blockquote .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.blog-details-content blockquote .icon-box {
    position: absolute;
    left: 6px;
    top: -5px;
    font-size: 120px;
    color: var(--theme-color)
}

.blog-details-content blockquote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px
}

.blog-details-content blockquote h6 {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #a5b2af;
    font-weight: 700;
    text-transform: uppercase
}

.blog-details-content .content-two {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.blog-details-content .content-two h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px
}

.blog-details-content .content-two h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 19px;
    padding-left: 40px;
    padding-top: 5px
}

.blog-details-content .content-two h3:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/icons/icon-91.png);
    width: 25px;
    height: 22px;
    left: 0;
    top: 11px;
    background-repeat: no-repeat
}

.blog-details-content .content-two .list-item {
    margin-left: 40px
}

.blog-details-content .content-two .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #6d7270;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 10px
}

.blog-details-content .content-two .list-item li:last-child {
    margin-bottom: 0
}

.blog-details-content .content-two .list-item li:before {
    position: absolute;
    content: "^";
    left: 0;
    color: var(--theme-color);
    font-size: 30px;
    top: 8px
}

.blog-details-content .content-two {
    margin-bottom: 45px
}

.blog-details-content .content-three h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px
}

.blog-details-content .content-three .list-item {
    margin-bottom: 53px
}

.blog-details-content .content-three .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #6d7270;
    margin-bottom: 23px;
    padding-left: 45px
}

.blog-details-content .content-three .list-item li:last-child {
    margin-bottom: 0
}

.blog-details-content .content-three .list-item li:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/icons/icon-93.png);
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat
}

.blog-details-content .content-three .list-item li h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px
}

.blog-details-content .content-three .post-tags li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px
}

.blog-details-content .content-three .post-tags li:last-child {
    margin: 0
}

.blog-details-content .content-three .post-tags li h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: var(--title-color);
    padding-left: 22px
}

.blog-details-content .content-three .post-tags li h6 img {
    position: absolute;
    left: 0;
    top: 12px
}

.blog-details-content .content-three .post-tags li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #6d7270;
    background: #e2edea;
    padding: 7px 15px;
    border-radius: 30px
}

.blog-details-content .content-three .post-tags li a:hover {
    color: #fff;
    background: var(--theme-color)
}

.blog-details-content .content-three {
    margin-bottom: 60px
}

.blog-details-content .author-box {
    position: relative;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 33px 30px 34px 220px;
    margin-bottom: 60px
}

.blog-details-content .author-box .thumb-box {
    position: absolute;
    display: inline-block;
    left: 39px;
    top: 39px;
    border-radius: 50%
}

.blog-details-content .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.blog-details-content .author-box h6 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 2px
}

.blog-details-content .author-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.blog-details-content .author-box p {
    margin-bottom: 16px
}

.blog-details-content .author-box .link a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    padding-left: 24px
}

.blog-details-content .author-box .link a i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px
}

.blog-details-content .author-box .link a:hover {
    color: var(--theme-color)
}

.blog-details-content .author-box .social-links {
    position: absolute;
    top: 39px;
    right: 39px
}

.blog-details-content .author-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.blog-details-content .author-box .social-links li:last-child {
    margin: 0
}

.blog-details-content .author-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 40px;
    line-height: 44px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--title-color)
}

.blog-details-content .author-box .social-links li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-details-content .post-nav {
    position: relative;
    display: block;
    margin-bottom: 57px
}

.blog-details-content .post-nav .post-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px
}

.blog-details-content .post-nav .post-nav-btn:before {
    position: absolute;
    content: "";
    background: #dbe5e2;
    width: 1px;
    height: 60px;
    left: 50%;
    top: 19px
}

.blog-details-content .post-nav .single-btn h6 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e2edea;
    padding: 7px 20px;
    margin-bottom: 13px;
    border-radius: 40px
}

.blog-details-content .post-nav .single-btn h5 {
    display: block;
    font-size: 18px;
    line-height: 28px
}

.blog-details-content .post-nav .single-btn h5 a {
    display: inline-block;
    color: var(--title-color)
}

.blog-details-content .post-nav .single-btn h5 a:hover {
    color: var(--theme-color)
}

.blog-details-content .post-nav .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    background: #fff;
    border-radius: 40px;
    padding: 19px 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    text-align: center
}

.blog-details-content .post-nav .btn-box a:hover {
    color: var(--theme-color)
}

.blog-details-content .post-nav .btn-box a span {
    position: relative;
    display: inline-block;
    padding-left: 28px
}

.blog-details-content .post-nav .btn-box a span:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/icons/icon-94.png);
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    background-repeat: no-repeat
}

.blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.blog-details-content .group-title h2 {
    font-size: 30px;
    line-height: 40px
}

.blog-details-content .comments-box .comment {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 30px
}

.blog-details-content .comments-box .comment:last-child {
    margin-bottom: 0
}

.blog-details-content .comments-box .comment .comment-thumb {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.blog-details-content .comments-box .comment .comment-thumb img {
    width: 100%;
    border-radius: 50%
}

.blog-details-content .comments-box .comment h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 11px
}

.blog-details-content .comments-box .comment h5 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-family: var(--text-font);
    color: #a5b2af;
    font-weight: 400
}

.blog-details-content .comments-box .comment p {
    margin-bottom: 11px
}

.blog-details-content .comments-box .comment .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    padding-left: 25px
}

.blog-details-content .comments-box .comment .reply-btn i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px
}

.blog-details-content .comments-box .comment .reply-btn:hover {
    color: var(--theme-color)
}

.blog-details-content .comments-box {
    margin-bottom: 39px
}

.blog-details-content .comments-form-area p {
    margin-top: 9px
}

.blog-details-content .comments-form-area .form-group {
    position: relative;
    margin-bottom: 20px
}

.blog-details-content .comments-form-area .form-group:last-child {
    margin-bottom: 0
}

.blog-details-content .comments-form-area .form-group input[type=email],
.blog-details-content .comments-form-area .form-group input[type=text],
.blog-details-content .comments-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    font-size: 16px;
    color: #6d7270;
    padding: 10px 20px;
    transition: all .5s ease
}

.blog-details-content .comments-form-area .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {
    border-color: var(--theme-color)
}

.blog-details-content .comments-form-area .form-group .check-box label {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--text-font);
    font-weight: 400;
    color: #6d7270;
    padding-left: 23px
}

.blog-details-content .comments-form-area .form-group .check-box label:before {
    width: 14px;
    height: 14px;
    border-color: #dbe5e2;
    background: #e2edea;
    top: 6px
}

.blog-details-content .comments-form-area .form-group .check-box label:after {
    left: 4px;
    width: 6px;
    height: 6px
}

.blog-details-content .comments-form-area .form-group .check-box {
    position: relative;
    margin: 8px 0 16px
}

.blog-details-content .comments-form-area .group-title {
    margin-bottom: 34px
}

.page-title .info-content {
    position: relative;
    padding: 54px 0 55px
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    margin-bottom: 30px
}

.info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 25px
}

.info-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px
}

.info-block-one .inner-box p {
    margin-bottom: 23px
}

.info-block-one .inner-box .phone-box input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    font-size: 16px;
    color: #6e6e6e;
    padding: 10px 25px;
    transition: all .5s ease
}

.info-block-one .inner-box .phone-box input:focus {
    border-color: var(--theme-color)
}

.info-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 34px 25px 38px;
    border-radius: 10px;
    margin-bottom: 30px
}

.info-block-two .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 17px
}

.info-block-two .inner-box .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.info-block-two .inner-box .list-item li {
    margin-right: 10px
}

.info-block-two .inner-box .list-item li:last-child {
    margin: 0
}

.info-block-two .inner-box .list-item li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    background: #e2edea;
    border-radius: 40px;
    padding: 9px 20px 9px 45px;
    text-align: left
}

.info-block-two .inner-box .list-item li a i {
    position: absolute;
    left: 20px;
    top: 12px;
    color: var(--theme-color);
    font-size: 18px
}

.info-block-two .inner-box .list-item li:first-child a {
    color: #fff;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59)
}

.info-block-two .inner-box h4 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

.info-block-two .inner-box p {
    position: relative;
    display: block;
    margin-bottom: 18px
}

.info-block-two .inner-box p span {
    color: var(--title-color)
}

.info-block-two .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 28px
}

.info-block-two .inner-box h6 img {
    position: absolute;
    left: 0;
    top: 2px
}

.info-block-two .inner-box h6 a {
    display: inline-block;
    color: var(--title-color)
}

.info-block-two .inner-box h6 a:hover {
    color: var(--theme-color)
}

.contact-style-two {
    position: relative;
    padding: 114px 0 95px
}

.contact-style-two .title-inner {
    position: relative
}

.contact-style-two .title-inner .special-text {
    position: absolute;
    top: 70px;
    right: 0
}

.contact-style-two .title-inner .special-text h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background: #fff;
    border-radius: 40px;
    padding: 12px 20px 12px 53px;
    transform: rotate(-10deg);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.contact-style-two .title-inner .special-text h6 img {
    position: absolute;
    left: 20px;
    top: 12px
}

.contact-style-two .title-inner .special-text .shape {
    position: absolute;
    left: -50px;
    top: -23px;
    width: 50px;
    height: 63px;
    background-repeat: no-repeat
}

.contact-style-two .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.contact-style-two .form-inner label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 24px
}

.contact-style-two .form-inner label i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--theme-color)
}

.contact-style-two .form-inner label span {
    color: #a5b2af
}

.contact-style-two .form-inner .form-group input[type=email],
.contact-style-two .form-inner .form-group input[type=text],
.contact-style-two .form-inner .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    font-size: 16px;
    color: #a5b2af;
    padding: 10px 20px;
    font-weight: 500;
    transition: all .5s ease
}

.contact-style-two .form-inner .form-group .select-box {
    min-height: 54px
}

.contact-style-two .form-inner .form-group select {
    cursor: pointer
}

.contact-style-two .form-inner .form-group .nice-select:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 24px;
    color: #a5b2af;
    top: -1px;
    right: 16px
}

.contact-style-two .form-inner .form-group input:focus {
    border-color: var(--theme-color)
}

.contact-style-two .sec-title p {
    margin-top: 12px
}

.contact-style-two .form-inner .message-box {
    position: relative;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 20px 30px
}

.contact-style-two .form-inner .message-box textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 293px;
    font-size: 16px;
    color: #a5b2af;
    font-weight: 500;
    resize: none
}

.contact-style-two .form-inner .message-box .theme-btn {
    width: 100%
}

.google-map-section {
    position: relative
}

.google-map-section .map-inner {
    position: relative;
    height: 550px
}

.google-map-section .map-inner iframe {
    position: relative;
    width: 100%;
    height: 550px
}

.google-map-section .map-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center
}

.google-map-section .map-content .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background: #132720;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 50px;
    color: var(--theme-color)
}

.google-map-section .map-content .location-box {
    position: relative;
    display: block;
    width: 270px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 24px 30px 23px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12)
}

.google-map-section .map-content .location-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

@media only screen and (max-width:1599px) {
    .header-style-three .header-lower {
        padding: 0 15px
    }
    .header-style-three .outer-box .main-column .logo-box {
        margin-right: 30px
    }
    .header-style-three .menu-right-content .support-box {
        display: none
    }
    .header-style-three .menu-right-content .login-box {
        margin-right: 0
    }
}

@media only screen and (max-width:1299px) {
    .header-top .outer-container,
    .main-header .outer-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .about-style-two .image-box:before,
    .banner-carousel .curve-text {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .main-header.style-one .outer-container:before,
    .main-menu,
    .sticky-header {
        display: none !important
    }
    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px
    }
    .megamenu ul li:first-child {
        display: none
    }
    .header-top .top-inner {
        display: block;
        text-align: center
    }
    .header-top .left-column,
    .header-top .right-column {
        justify-content: center
    }
    .header-top .text-box {
        display: inline-block;
        margin: 15px 0
    }
    .header-top .left-column .login-box,
    .header-top .right-column .mail-box {
        text-align: left
    }
    .banner-section .banner-carousel .owl-dots,
    .banner-section .banner-carousel .owl-nav {
        display: none
    }
    .banner-section .image-box .text-box {
        left: 0
    }
    .banner-section .pattern-layer {
        width: 100%
    }
    .about-section .content-box {
        margin-left: 30px
    }
    .chooseus-section .owl-dots,
    .chooseus-section .owl-nav,
    .funding-section .sec-title .shape {
        display: none
    }
    .header-style-three .menu-area .mobile-nav-toggler .icon-bar,
    .header-style-two .menu-area .mobile-nav-toggler .icon-bar {
        background: #fff
    }
    .header-style-two .header-lower {
        padding-top: 15px
    }
    .banner-style-two .image-box .image-content {
        right: 0
    }
    .banner-style-two .pattern-layer {
        display: none
    }
    .banner-style-two {
        padding-left: 60px;
        padding-right: 60px
    }
    .profit-calculator .content-box {
        padding-left: 0
    }
    .pricing-section .sec-title {
        margin-right: 0
    }
    .awards-section .owl-dots,
    .awards-section .owl-nav,
    .platform-section .bg-color,
    .platform-section .pattern-layer,
    .testimonial-style-two .owl-dots,
    .working-style-two .inner-container .shape {
        display: none
    }
    .main-footer .customer-widget .widget-content {
        padding-left: 30px;
        padding-right: 30px
    }
    .main-footer.style-three .logo-widget .single-item .inner-box p br {
        display: none
    }
    .header-style-four .menu-area .mobile-nav-toggler {
        background: var(--theme-color)
    }
    .header-style-four .menu-area .mobile-nav-toggler .icon-bar {
        background: #fff
    }
    .banner-style-four .inner-box {
        display: block
    }
    .banner-style-four .pattern-layer {
        display: none
    }
    .banner-style-four .image-box .image-content {
        left: 0
    }
    .banner-style-four .outer-container {
        padding: 0 30px
    }
    .banner-style-four .inner-box .content-box {
        margin-bottom: 30px
    }
    .banner-style-four .image-box .market-comparison {
        right: 0
    }
    .banner-style-four {
        padding-bottom: 120px
    }
    .clients-style-two {
        padding-top: 115px
    }
    .offers-style-two {
        padding: 0
    }
    .offers-style-two .owl-dots,
    .offers-style-two .owl-nav {
        display: none
    }
    .about-style-three .inner-content {
        margin-right: 0
    }
    .contact-section .content-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .contact-section .content-box .special-text {
        right: 0
    }
    .header-top-three .outer-container {
        padding: 0 30px;
        display: block;
        text-align: center
    }
    .header-top-three .left-column h6 {
        display: inline-block
    }
    .header-top-three .right-column {
        justify-content: center;
        margin-top: 15px
    }
    .header-style-five .menu-area .mobile-nav-toggler .icon-bar {
        background: #fff
    }
    .footer-style-five {
        padding: 0
    }
    .account-section .owl-dots,
    .account-section .owl-nav,
    .course-section .owl-dots,
    .course-section .owl-nav,
    .history-section .inner-container .shape {
        display: none
    }
    .blog-sidebar {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) {
    .main-menu .navigation>li>.megamenu,
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

@media only screen and (max-width:991px) {
    .banner-section .image-box {
        margin-left: 0
    }
    .banner-section .content-box {
        padding-bottom: 40px
    }
    .banner-carousel .content-box h2 br {
        display: none
    }
    .banner-carousel .slide-item {
        padding-bottom: 120px
    }
    .service-section .image-inner img {
        max-width: 100%;
        float: none
    }
    .about-section .image-box {
        padding-right: 0;
        margin-bottom: 30px
    }
    .about-section .image-box .image-2 {
        right: 0
    }
    .about-section .content-box {
        margin-left: 0
    }
    .working-block-one .icon-box {
        display: none
    }
    .working-section .working-block:nth-child(2) {
        margin-top: 0
    }
    .funding-section .sec-title .icon-box {
        position: relative;
        bottom: 0;
        margin-top: 10px
    }
    .funding-section .tab-btn-one {
        padding-bottom: 40px
    }
    .funding-section .tabs-content {
        margin-left: 0;
        margin-top: 30px
    }
    .testimonial-section .upper-box .right-content:before {
        display: none
    }
    .testimonial-section .upper-box .right-content {
        padding-left: 0;
        margin-top: 15px
    }
    .testimonial-section .owl-dots,
    .testimonial-section .owl-nav {
        display: none
    }
    .featured-section .sec-title {
        max-width: 100%
    }
    .featured-section .bg-layer {
        width: 100%
    }
    .featured-section .sec-title {
        padding-top: 115px
    }
    .main-footer .footer-top .form-inner {
        display: block
    }
    .footer-top .footer-top-content .form-inner form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-top .footer-top-content .lower-box {
        display: block
    }
    .footer-top .footer-top-content .subscriber-box {
        padding-left: 0;
        margin-top: 15px
    }
    .footer-widget {
        margin: 0 0 30px !important
    }
    .main-footer .widget-section {
        padding-bottom: 65px
    }
    .footer-bottom .bottom-inner {
        display: block;
        text-align: center
    }
    .footer-bottom .bottom-inner .footer-nav {
        justify-content: center
    }
    .banner-style-two .inner-box {
        display: block;
        margin-top: 30px
    }
    .pricing-section .sec-title {
        margin-bottom: 50px
    }
    .working-style-two .sec-title .video-inner {
        position: relative;
        bottom: 0;
        margin-top: 15px
    }
    .offer-section .left-content .inner-box {
        margin-bottom: 30px
    }
    .offer-section .right-content {
        margin-left: 0;
        margin-top: 30px
    }
    .platform-section .image-box {
        margin-right: 0;
        margin-bottom: 30px
    }
    .platform-section .image-box .text-1 {
        left: 0
    }
    .platform-section .image-box .text-2 {
        right: 0
    }
    .chooseus-block-two .inner-box .icon-box:before {
        display: none !important
    }
    .chooseus-style-two .logo-box {
        text-align: center;
        margin-bottom: 50px
    }
    .chooseus-block-two .inner-box .icon-box {
        top: 0
    }
    .chooseus-block-two .inner-box {
        min-height: 80px;
        margin-bottom: 30px
    }
    .faq-section .image-box {
        margin-right: 0;
        margin-bottom: 40px
    }
    .faq-section .image-box .text {
        left: 0
    }
    .faq-section .image-box .icon-box {
        right: 0
    }
    .funfact-style-two {
        margin-top: 0;
        background: -webkit-linear-gradient(0deg, #391867, #120c1a);
        padding-top: 115px
    }
    .banner-style-three .slide-item:after {
        display: none
    }
    .funfact-style-two .pricing-content {
        margin-right: 0
    }
    .about-style-two .image-box {
        margin-right: 0;
        margin-bottom: 30px
    }
    .news-style-two .owl-dots,
    .news-style-two .owl-nav {
        display: none
    }
    .chooseus-style-three .image-box .image {
        max-width: 330px;
        margin: 0 auto
    }
    .chooseus-style-three .image-box {
        margin: 30px 0
    }
    .banner-style-three .owl-dots,
    .banner-style-three .owl-nav,
    .banner-style-three .social-links,
    .chooseus-style-three .image-box .shape,
    .chooseus-style-three .single-item h5 a:before {
        display: none
    }
    .chooseus-style-three .inner-container {
        padding-bottom: 60px
    }
    .chooseus-style-three .lower-content p br,
    .testimonial-style-two .owl-nav {
        display: none
    }
    .banner-style-four .rating-box {
        position: relative;
        width: 100%;
        text-align: center;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        margin-top: 30px
    }
    .about-style-three .inner-content {
        margin-bottom: 40px
    }
    .video-section .video-content {
        margin-right: 0;
        margin-bottom: 40px
    }
    .highlights-block-one .inner-box:before {
        display: none
    }
    .highlights-block-one .inner-box {
        padding-bottom: 0;
        border-bottom: none !important
    }
    .contact-section .form-inner {
        margin-bottom: 30px
    }
    .footer-style-four .footer-bottom .footer-card {
        justify-content: center;
        margin-bottom: 15px
    }
    .banner-style-five .banner-carousel .owl-dots,
    .banner-style-five .banner-carousel .owl-nav {
        display: none
    }
    .banner-style-five .content-box {
        margin-left: 0
    }
    .banner-style-five .pattern-layer {
        display: none
    }
    .about-style-four .inner-box {
        display: block
    }
    .about-style-four .inner-box .text-box {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .offer-style-three .image-box {
        margin-right: 0
    }
    .offer-style-three .content-box {
        margin-top: 30px
    }
    .subscribe-section .content-box {
        max-width: 100%
    }
    .testimonial-style-three .image-box .text {
        left: 0
    }
    .testimonial-style-three .image-box {
        margin-left: 0;
        margin-bottom: 40px
    }
    .footer-style-five .lower-box {
        display: block
    }
    .footer-style-five .lower-box .footer-nav {
        margin-bottom: 15px
    }
    .funfact-block-one .inner-box {
        margin-bottom: 30px
    }
    .funfact-style-three {
        padding-bottom: 85px
    }
    .faq-page-section .content-box {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        margin-top: 30px
    }
    .account-sidebar {
        margin-top: 40px
    }
    .download-section .single-item {
        margin-bottom: 30px
    }
    .download-section .inner-container {
        margin: 0;
        padding-bottom: 30px
    }
    .education-sidebar {
        margin-left: 0;
        margin-top: 40px
    }
    .service-details .account-sidebar {
        margin-top: 0;
        margin-bottom: 40px
    }
    .blog-sidebar {
        margin-top: 40px
    }
    .contact-style-two .title-inner .special-text {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .banner-carousel .content-box h2 {
        font-size: 50px;
        line-height: 60px
    }
    .banner-section .content-box {
        padding-top: 100px
    }
    .banner-carousel .slide-item {
        padding-bottom: 100px
    }
    .sec-title h2 br {
        display: none
    }
    .sec-title h2 {
        font-size: 40px;
        line-height: 50px
    }
    .news-section,
    .service-section,
    .working-section {
        padding: 63px 0 40px
    }
    .funfact-section .sec-title,
    .service-section .image-inner {
        margin-bottom: 30px
    }
    .about-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .funding-section {
        padding: 63px 0 70px
    }
    .funding-section .content-box .trading-list {
        margin-left: 0;
        margin-top: 30px;
        border-radius: 10px
    }
    .funding-section .content-box .inner-box {
        margin-right: 0;
        border-radius: 10px
    }
    .pairs-section .image-layer,
    .pairs-section .pattern-layer {
        display: none
    }
    .sec-pad {
        padding: 63px 0 70px
    }
    .featured-section .sec-title {
        padding: 60px 0
    }
    .featured-section {
        padding-bottom: 70px
    }
    .featured-section .content-box {
        overflow: hidden
    }
    .banner-style-two .content-box h2,
    .footer-top .footer-top-content h2 {
        font-size: 50px;
        line-height: 60px
    }
    .main-footer .footer-top {
        padding-top: 80px
    }
    .main-footer .contact-widget {
        text-align: left
    }
    .main-footer .contact-widget .social-links {
        justify-content: left
    }
    .main-footer .widget-section {
        padding-bottom: 50px
    }
    .banner-style-two .inner-box {
        margin-top: 0
    }
    .banner-style-two {
        padding: 200px 30px 100px
    }
    .banner-style-two .image-box {
        margin-top: 40px
    }
    .profit-calculator {
        padding: 70px 0
    }
    .pricing-section,
    .working-style-two {
        padding: 63px 0 40px
    }
    .offer-section .content-box .text-box {
        margin-bottom: 30px
    }
    .chooseus-style-two {
        padding: 63px 0 40px
    }
    .cta-section {
        padding: 60px 0 70px
    }
    .cta-section .content-box h2 {
        font-size: 40px;
        line-height: 50px
    }
    .footer-style-two .widget-section {
        padding: 80px 0 50px
    }
    .footer-style-two .widget-section .pattern-layer {
        display: none
    }
    .banner-style-three .slide-item {
        padding-top: 220px
    }
    .funfact-style-two {
        padding: 65px 0 35px
    }
    .about-style-two {
        padding: 70px 0
    }
    .pricing-style-two {
        padding: 63px 0 40px
    }
    .news-style-two .sec-title .theme-btn {
        position: relative;
        bottom: 0;
        margin-top: 15px
    }
    .main-footer.style-three .widget-section {
        padding: 80px 0 50px
    }
    .banner-style-four .content-box h2 {
        font-size: 40px;
        line-height: 50px
    }
    .banner-style-four {
        padding: 220px 0 100px
    }
    .banner-style-four .inner-box .content-box .list-inner .shape {
        display: none
    }
    .clients-style-two {
        padding-top: 65px
    }
    .offers-style-two .outer-container {
        padding: 140px 0 70px
    }
    .about-style-three {
        padding: 70px 0 65px
    }
    .payout-system {
        padding: 63px 0 70px
    }
    .video-section {
        padding: 70px 0
    }
    .highlights-section {
        padding: 65px 0 35px
    }
    .highlights-block-one .inner-box {
        padding: 0 !important;
        margin-bottom: 30px !important
    }
    .contact-section {
        padding-top: 70px
    }
    .footer-style-four .footer-top-inner {
        display: block;
        text-align: center
    }
    .footer-style-four .footer-top-inner .footer-top-info {
        text-align: center
    }
    .footer-style-four .footer-top-inner .footer-nav {
        justify-content: center
    }
    .footer-style-four .footer-top-inner .footer-top-info p {
        margin-top: 10px
    }
    .footer-style-four .footer-top {
        padding-top: 80px
    }
    .footer-style-four .widget-section {
        padding-bottom: 45px
    }
    .header-style-five .menu-area .search-box-outer {
        margin-left: 40px
    }
    .header-style-five .menu-area .search-box-outer:before {
        left: -20px
    }
    .banner-style-five .content-box p br {
        display: none
    }
    .banner-style-five .slide-item {
        padding-top: 200px
    }
    .about-style-four .links-box .links-list {
        display: block
    }
    .about-style-four .links-box .links-list li {
        margin-right: 0;
        margin-bottom: 10px
    }
    .about-style-four .links-box .links-list li:last-child {
        margin-bottom: 0
    }
    .highlights-style-two,
    .news-style-three {
        padding: 64px 0 40px
    }
    .offer-style-three,
    .subscribe-section,
    .testimonial-style-three {
        padding: 70px 0
    }
    .footer-style-five .inner-container .pattern-layer {
        display: none
    }
    .footer-style-five .upper-box .info-list {
        display: block
    }
    .footer-style-five .upper-box .info-list li {
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-style-five .upper-box .info-list li:last-child {
        margin-bottom: 0
    }
    .footer-style-five .upper-box .info-list li:before {
        display: none
    }
    .page-title {
        padding-top: 80px
    }
    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 60px
    }
    .about-style-four .image-box {
        margin: 30px 0 0
    }
    .about-style-two .image-box .image-content {
        bottom: 0
    }
    .funfact-style-three {
        padding: 70px 0 35px
    }
    .statements-section,
    .team-section {
        padding: 64px 0 40px
    }
    .statements-block:nth-child(2) .statements-block-two .inner-box:before,
    .statements-block:nth-child(3) .statements-block-two .inner-box:before {
        display: none
    }
    .team-section .sec-title .theme-btn {
        position: relative;
        bottom: 0;
        margin-top: 15px
    }
    .history-section .inner-box h2 {
        margin: 0 50px
    }
    .history-section .inner-container {
        padding: 0
    }
    .history-section {
        padding: 70px 0
    }
    .team-page-section {
        padding: 70px 0 10px
    }
    .error-section .inner-box .error-title h1 {
        font-size: 200px;
        line-height: 180px
    }
    .error-section .inner-box .error-title h1 span {
        width: 220px;
        height: 220px
    }
    .profit-calculator .profit-inner {
        padding: 0;
        margin-bottom: 40px
    }
    .account-details {
        padding: 70px 0
    }
    .account-details-content .content-three .tab-inner {
        padding-left: 0
    }
    .account-details-content .content-three .tab-btn-box {
        position: relative;
        width: 100%
    }
    .platform-section.trader-page-1 {
        padding-bottom: 70px
    }
    .download-section .single-item:before {
        display: none
    }
    .cta-style-two .inner-box h2 {
        font-size: 40px;
        line-height: 50px
    }
    .cta-style-two {
        padding: 65px 0 70px
    }
    .industry-tab .industry-tab-btns {
        display: block
    }
    .industry-tab .industry-tab-btns .p-tab-btn {
        margin-right: 0;
        margin-bottom: 20px
    }
    .industry-tab .industry-tab-btns .p-tab-btn:last-child {
        margin-bottom: 0
    }
    .lesson-section {
        padding: 64px 0 40px
    }
    .blog-grid-two,
    .blog-list-two,
    .education-details,
    .sidebar-page-container {
        padding: 70px 0
    }
    .education-details-content .upper-box h2 {
        font-size: 30px;
        line-height: 40px
    }
    .education-details-content .upper-box h2 br,
    .news-block-one .inner-box .lower-content .post-info li:before {
        display: none
    }
    .news-block-one .inner-box .lower-content .post-info {
        display: block
    }
    .blog-details-content .news-block-one .inner-box .lower-content h3 {
        font-size: 30px;
        line-height: 40px
    }
    .blog-details-content blockquote {
        padding-right: 30px
    }
    .blog-details-content .author-box .social-links {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px
    }
    .page-title .info-content {
        padding-bottom: 0
    }
    .contact-style-two {
        padding: 64px 0 70px
    }
    .banner-style-two .text-inner p br {
        display: none
    }
    .funfact-style-two .pricing-content {
        padding-left: 15px;
        padding-right: 15px
    }
    .main-footer.style-three .logo-widget .owl-dots {
        display: none
    }
    .footer-top .footer-top-content .form-inner form {
        float: none
    }
}

@media only screen and (max-width:599px) {
    .header-style-three .menu-right-content .login-box a {
        padding-left: 20px;
        padding-right: 20px
    }
    .about-style-two .image-box {
        padding: 0
    }
    .about-style-two .image-box .experience-box {
        position: relative;
        right: 0;
        width: 100%;
        margin: 30px 0
    }
    .about-style-two .image-box .image-content {
        position: relative;
        width: 100%
    }
    .clients-section .clients-list li {
        width: 50%
    }
    .payout-system .image-box .card-image {
        display: none
    }
    .payout-system .image-box {
        padding-left: 0;
        margin-top: 30px
    }
    .contact-section .form-inner {
        padding-left: 30px;
        padding-right: 30px
    }
    .header-top-three .right-column .links-list li {
        margin-right: 20px
    }
    .header-style-five .menu-area .search-box-outer {
        display: none
    }
    .working-section .video-inner {
        overflow: hidden
    }
    .testimonial-style-three .image-box {
        margin-right: 45px
    }
    .footer-style-five .upper-box h2 {
        font-size: 50px;
        line-height: 60px
    }
    .footer-style-five .lower-box .download-list,
    .footer-style-five .lower-box .footer-nav {
        display: block
    }
    .footer-style-five .lower-box .download-list li {
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-style-five .lower-box .download-list li:last-child {
        margin-bottom: 0
    }
    .history-section .inner-box {
        display: block
    }
    .history-section .inner-box h2 {
        margin: 15px 0
    }
    .history-section .inner-box:nth-child(odd) .image-box .date {
        right: 0
    }
    .history-section .inner-box:nth-child(2n) .image-box .date {
        left: 0
    }
    .cta-style-two .inner-box .info-list {
        display: block
    }
    .cta-style-two .inner-box .info-list li {
        margin-right: 0
    }
    .cta-style-two .inner-box .info-list li:before {
        display: none
    }
    .info-block-two .inner-box .list-item {
        display: block
    }
    .info-block-two .inner-box .list-item li {
        margin-right: 0;
        margin-bottom: 10px
    }
    .working-section .video-inner .big-text {
        font-size: 50px
    }
    .offer-section .content-box {
        margin-right: 0
    }
}

@media only screen and (max-width:499px) {
    .mobile-menu {
        width: 100%
    }
    .main-header .menu-right-content {
        display: none
    }
    .main-header .outer-box {
        padding-left: 15px;
        padding-right: 15px
    }
    .header-top {
        display: none
    }
    .service-block-one .inner-box,
    .service-block-two .inner-box,
    .testimonial-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .funding-section .content-box .trading-list li span {
        width: 100px;
        padding-left: 0;
        text-align: center
    }
    .pairs-block-one .inner-box,
    .pairs-block-one .inner-box .right-column {
        display: block
    }
    .pairs-block-one .inner-box .right-column .text {
        margin-right: 0;
        text-align: left
    }
    .testimonial-section .upper-box .left-content {
        display: block
    }
    .testimonial-section .upper-box .right-content {
        padding-right: 0
    }
    .testimonial-section .upper-box .right-content .link {
        position: relative;
        top: 0;
        margin-top: 10px
    }
    .footer-top .footer-top-content h2 {
        font-size: 40px;
        line-height: 50px
    }
    .banner-style-two .content-box h2 {
        font-size: 45px;
        line-height: 55px
    }
    .banner-style-two .text-inner {
        position: relative;
        text-align: left
    }
    .banner-style-two .image-box .image-content {
        position: relative;
        top: 0;
        width: 100%;
        margin: 30px 0
    }
    .profit-calculator .profit-inner .btn-box {
        display: block
    }
    .pricing-section .content-inner .text-box,
    .profit-calculator .profit-inner .btn-box h3 {
        margin-bottom: 15px
    }
    .funding-style-two .tab-btns li {
        font-size: 10px
    }
    .cta-section .content-box .lower-box {
        display: block
    }
    .cta-section .content-box .lower-box .theme-btn {
        margin-right: 0;
        margin-bottom: 20px
    }
    .banner-carousel .content-box h2 {
        font-size: 40px;
        line-height: 50px
    }
    .cta-section .content-box h3:before {
        display: none
    }
    .news-block-two .inner-box {
        padding-left: 0
    }
    .news-block-two .inner-box .image-box {
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }
    .news-block-two .lower-content {
        display: block
    }
    .news-block-two .lower-content .post-info {
        margin-bottom: 15px
    }
    .clients-section .clients-list li {
        width: 100%
    }
    .clients-section .clients-list:before {
        display: none
    }
    .clients-section .clients-list li {
        border-right: none
    }
    .main-footer .customer-widget .widget-content .clients-list li {
        margin-right: -20px
    }
    .header-upper .single-item {
        display: none
    }
    .header-style-four .logo-box {
        margin-bottom: 15px
    }
    .banner-style-four .image-box .market-comparison {
        position: relative;
        top: 0
    }
    .banner-style-four .image-box .image-content {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: 30px 0
    }
    .pricing-block-two .pricing-table .table-footer {
        display: block
    }
    .pricing-block-two .pricing-table .table-footer a:before {
        display: none
    }
    .pricing-block-two .pricing-table .table-footer a {
        padding: 15px 40px;
        border-radius: 40px;
        margin-top: 15px;
        background: #f5ece8
    }
    .pricing-block-two .pricing-table .table-footer a:hover {
        color: #fff;
        background: var(--theme-color)
    }
    .about-style-three .inner-content {
        padding: 0
    }
    .about-style-three .funfact-block-one:last-child {
        position: relative;
        top: 0
    }
    .payout-system .content-box .inner-box .list-item li {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
    .payout-system .content-box .inner-box .list-item li:last-child {
        margin-bottom: 0
    }
    .payout-system .content-box .inner-box .list-item li:before {
        display: none
    }
    .contact-section .form-inner .info-list {
        display: block
    }
    .contact-section .form-inner .info-list li {
        margin-right: 0;
        margin-bottom: 10px
    }
    .contact-section .form-inner .message-btn {
        display: block
    }
    .contact-section .form-inner .message-btn .theme-btn {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px
    }
    .contact-section .form-inner .message-btn {
        padding: 0;
        background: transparent
    }
    .header-top-three .right-column {
        display: block
    }
    .header-top-three .right-column .links-list {
        margin-right: 0;
        justify-content: center
    }
    .header-top-three .right-column .social-links {
        justify-content: center
    }
    .subscribe-section .content-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .testimonial-block-one .inner-box .author-box .icon-box {
        display: none
    }
    .error-section .inner-box .error-title h1 {
        font-size: 120px;
        line-height: 120px
    }
    .error-section .inner-box .error-title h1 span {
        width: 130px;
        height: 130px;
        font-size: 16px;
        line-height: 26px
    }
    .account-block-one .inner-box .image-box {
        display: none
    }
    .account-sidebar .category-widget .category-list li a {
        font-size: 12px
    }
    .video-section .video-inner {
        padding: 78px 0
    }
    .lesson-block-one .inner-box .content-box {
        padding-left: 0
    }
    .lesson-block-one .inner-box .image-box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px
    }
    .education-details-content .upper-box .lower-content {
        display: block
    }
    .education-details-content .upper-box .lower-content .option-list {
        margin-top: 10px
    }
    .education-details-content .tabs-box .tab-btns li {
        width: 100%;
        margin-bottom: 5px
    }
    .education-details-content .tabs-box .tab-btns li:last-child {
        margin-bottom: 0
    }
    .education-details-content .tabs-box .tab-btns {
        display: block
    }
    .education-details-content .course-content .download-list li button span {
        position: relative;
        top: 0;
        right: 0
    }
    .education-details-content .course-content .download-list li button span:before {
        display: none
    }
    .education-sidebar .social-links li a {
        width: 46px
    }
    .account-details-content .content-two .single-item .overlay-content {
        padding-right: 20px
    }
    .account-details-content .content-three .tabs-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .pagination li a {
        width: 50px
    }
    .news-block-one .inner-box .lower-content .lower-inner {
        display: block
    }
    .news-block-one .inner-box .lower-content .lower-inner .share-box a {
        margin-top: 15px
    }
    .blog-details-content .content-three .post-tags li {
        margin-bottom: 5px
    }
    .blog-details-content .author-box {
        padding-left: 30px
    }
    .blog-details-content .author-box .thumb-box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px
    }
}

.main-header .language-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

.main-header .language-box .icon-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 3px;
    font-size: 20px;
    line-height: 24px;
    color: var(--title-color)
}

.header-style-two .language-box .icon-box {
    color: var(--theme-color)
}

.header-style-two .language-box {
    margin-right: 65px
}

.header-style-two .language-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .15);
    height: 25px;
    width: 1px;
    top: 2px;
    right: -30px;
    transform: rotate(30deg)
}

.main-header .language-box {
    color: var(--title-color)
}

.header-style-two .language-box {
    color: #fff
}